RE: Download through Outputstream

2006-03-23 Thread Mabusela, Koketso K
does not work because of the closed request. Thanks -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: 23 March, 2006 13:13 To: Struts Users Mailing List Subject: Re: Download through Outputstream Hi Koketso, I don't think you are going to be able to do wha

Re: Download through Outputstream

2006-03-23 Thread James Mitchell
James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring 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 s

RE: Download through Outputstream

2006-03-23 Thread Mabusela, Koketso K
Hi I did design it that way initially, unfortunately it was declined. No pop ups allowed. Thanks for the reply. -Original Message- From: Thomas Joseph [mailto:[EMAIL PROTECTED] Sent: 23 March, 2006 12:36 To: Struts Users Mailing List Subject: Re: Download through Outputstream Hi

Re: Download through Outputstream

2006-03-23 Thread Thomas Joseph
Hi 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 K"

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