Re: closing the browser after streaming a pdf file

2006-01-02 Thread Deepesh Nandal
PDF wrtier API 'itext' - Original Message - From: "Rivka Shisman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, January 02, 2006 11:24 AM Subject: RE: closing the browser after streaming a pdf file Hi Tamas and thanks for tryi

RE: closing the browser after streaming a pdf file

2006-01-01 Thread Harish Pathak
ailing List Subject: Re: closing the browser after streaming a pdf file Hi On 12/29/05, Rivka Shisman wrote: > > Hi Tamas > > In my jsp I do: > > focus="item_no"> > > I want to save the original jsp page - that's why I use target="_new". > When

RE: closing the browser after streaming a pdf file

2006-01-01 Thread Rivka Shisman
time). Thanks Rivka -Original Message- From: Tamas Szabo [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 6:10 PM To: Struts Users Mailing List Subject: Re: closing the browser after streaming a pdf file Hi On 12/29/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > Hi Ta

Re: closing the browser after streaming a pdf file

2005-12-29 Thread Tamas Szabo
Hi On 12/29/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > Hi Tamas > > In my jsp I do: > > > > I want to save the original jsp page - that's why I use target="_new". > When I remove the ' target="_new" ' I still get an empty jsp page - so > still it does not solve my original problem! I don'

RE: closing the browser after streaming a pdf file

2005-12-29 Thread Rivka Shisman
-- From: Tamas Szabo [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 4:55 PM To: Struts Users Mailing List Subject: Re: closing the browser after streaming a pdf file Hi! On 12/29/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > Hello friends, > > I have a ReportAction f

Re: closing the browser after streaming a pdf file

2005-12-29 Thread Tamas Szabo
Hi! On 12/29/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > Hello friends, > > I have a ReportAction from which I'm streaming a pdf file to > AcrobatReader(The Action returns null). > > When the Action ends - an empty I.E. browser opens and then Acrobat > opens my pdf file. > > Is there a way to

closing the browser after streaming a pdf file

2005-12-29 Thread Rivka Shisman
Hello friends, I have a ReportAction from which I'm streaming a pdf file to AcrobatReader(The Action returns null). When the Action ends - an empty I.E. browser opens and then Acrobat opens my pdf file. Is there a way to close the empty I.E. browser? Or prevent it from opening in the fist