Re: ServletOutputStream

2008-07-30 Thread Mike Rooney
hen in your 'status completed' page add an onload event to its body, redirecting to the real download action: IIRC: http://blahblah/myaction.action';"> You can also add a meta in the head:     http://blahblah/myaction.action";> 2008/7/30 Mike Rooney <[EMAI

Re: ServletOutputStream

2008-07-30 Thread Mike Rooney
, July 30, 2008 3:59:29 AM Subject: Re: ServletOutputStream Your action can not generate two responses (if that's what you asking). If you forward to a 'status completed' page, then you need to save your excel data somewhere to not loosing it. 2008/7/29 Mike Rooney <[EMAIL

ServletOutputStream

2008-07-29 Thread Mike Rooney
I created a small webapp that extracts data from a DB, creates an Excel file from that data (using Apache POI), which then streams the file to the end user's browser.  Everything is working fine, however I have to set the Action class' return type to 'NULL' since I am setting the servlet respons