Dear Friends,
I am invoking a JavaScript method on a button onclick, in the
JSP it looks like this:
Following is the JS method: From this method i'm calling a
Struts action.
The struts action is called successfully from firefox, but from IE 8 the action is not getting invoked. But i'm getting the error message 'File download failed' which i have declared as a struts action error in case of any exception. I have added logs inside the action method and also debugged the action using eclipse. The action is never getting called from the JavaScript in IE 8 but somehow the action error is thrown. There is no stacktrace also.
Please provide your help.
Thanks,
Vijay