Hi,
I try to create a custom export file button for CSV files. I used this sample : [url]http://communities.softwareag.com/ecosystem/communities/public/Developer/webmethods/tutorials/CAF/CAF_Samples_for_webMethods_7.1.1/MywebM_Samples_FileExport.html#1098535[/url] (it is a wM 7 sample, I use wM 8)
With this implementation, I can download the CSV file but buttons/links become disabled. I have to reload all the page to enable them.
Do I have to make an action after the streamFileDataToResponse call ?
Regards,