RE: Download through Outputstream

2006-03-23 Thread Mabusela, Koketso K
entoring 678.910.8017 - Original Message - From: "Mabusela, Koketso K" <[EMAIL PROTECTED]> To: Sent: Thursday, March 23, 2006 4:06 AM Subject: Download through Outputstream Hi I am using struts and my application downloads data in a PDF file. To make sure the download was

RE: Download through Outputstream

2006-03-23 Thread Mabusela, Koketso K
Mabusela, Try popping up a new window (try out with target=new attribute for html anchor element)that should call the action to generate PDF, while continue with your rest of the action in the parent browser. Regards, Thomas Joseph > - Original Message - >From: "Mabusela, Koketso

Download through Outputstream

2006-03-23 Thread Mabusela, Koketso K
Hi I am using struts and my application downloads data in a PDF file. To make sure the download was successful I close the stream or flush it. Now I want to continue with my session by forwarding to another Struts action, unfortunately when the request is closed you cannot do a thing. Is there