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
Hi Koketso, I don't think you are going to be able to do what you want, at least not the way you describe. You won't be able to do anything server side with the binary stream (pdf) response once it is complete and you won't know on the client side when the pdf is finished or hung or whatever.

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"