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

2008-06-12 Thread Struts_tania
> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > ----------------- > To unsubscribe, e-mail:

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

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

2008-06-11 Thread gec_anita
I have a button on jsp on clicl of which the request goes to the Struts action where I am trying to use POI to create a excel file . It goes back to the right jsp as per the "forward" but no download option. I keep getting the following exception... Appreciate if anyone can help me with this..