Re: Struts Excel download using POI... throwing java.lang.IllegalStateException

2008-06-12 Thread Struts_tania
Chris, Thanks for your reply.. How can I avoid this.. I want to download the excel file in the same screen where the download button was there. So at the end I was forwarding to that jsp.. Should I not have a forward int he action class?If so how do I achieve that. Thanks Chris Pratt wrote:

Re: Struts Excel download using POI... throwing java.lang.IllegalStateException

2008-06-11 Thread Chris Pratt
You can either send the excel file or redirect the user, not both. You're getting the error because once you've sent the excel file, you're trying to send the redirect but the stream has already been used. (*Chris*) On Wed, Jun 11, 2008 at 2:37 PM, <[EMAIL PROTECTED]> wrote: > I have a button o