html:errors not working when sending a file to client with struts.

2005-10-13 Thread horshaq
Hello, this is my first post here. I am pretty new to struts and have wasted a ton of time trying to figure out why my error messages (using ActionErrors) were not getting displayed on my .jsp page. After commenting out all of my code, i've realized it has to do with the following lines of

Re:html:errors not working when sending a file to client with struts.

2005-10-13 Thread horshaq
Nobody? I've searched the web for the past few hours and can't seem to find anything related this topic. I can't be the only one to have this problem occur. I should also mention that i've try using html:messages as well and they don't show up either. Someone must know the answer, please

Re:html:errors not working when sending a file to client with struts.

2005-10-13 Thread horshaq
Thanks for responding. From you action after setting the headers and I assume you also write the Zip file contents to the OutputStream how are you going back to the JSP. Yes, i do the following: response.setContentType(application/zip); response.setHeader(Content-Disposition, attachment;