HI guys,
I have a Struts action, that calls a method that outputs an EDI-Text File to the reponse object. The end result in the browser is that the EDI is transferred and the browser brings up a Open/Save dialog.
Here's the problem, after the save is done, I want to stay on the same JSP page. But when you click on the buttons on that JSP page, afterwards, the buttons don't work. It's like the page isn't really there, I get JavaScript Errors.
I have a Struts action, that calls a method that outputs an EDI-Text File to the reponse object. The end result in the browser is that the EDI is transferred and the browser brings up a Open/Save dialog.
Here's the problem, after the save is done, I want to stay on the same JSP page. But when you click on the buttons on that JSP page, afterwards, the buttons don't work. It's like the page isn't really there, I get JavaScript Errors.