Re: RE : problem with returning a pdf

2004-06-22 Thread Niall Pemberton
-- From: "tvvincam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 2:43 AM Subject: Re: RE : problem with returning a pdf Thanks for your help Frank, Davlid, Shayam, Unfortunatly, non of the solutions worked. I renamed my reset method in the form

Re: RE : problem with returning a pdf

2004-06-22 Thread tvvincam
Thanks for your help Frank, Davlid, Shayam, Unfortunatly, non of the solutions worked. I renamed my reset method in the form bean and am calling it manually at the end of the action - this stops the booleans from being reset when IE resubmits the request. Dodgy but it works. Also, there was a bi

Re: problem with returning a pdf

2004-06-21 Thread Shyam A
Hello, I had a similar problem when I used iText with IE 6.0 for one of my Struts applications. The problem vanished when I disabled caching on the browser with the following setting in struts-config. HTH, Shyam --- tvvincam <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using JasperRep

RE : problem with returning a pdf

2004-06-21 Thread David Gagnon
Hi, You can also look how FOP work around this problem: http://xml.apache.org/fop/faq.html#iex-servlet-multiple /David -Message d'origine- De : tvvincam [mailto:[EMAIL PROTECTED] Envoyé : June 20, 2004 22:22 À : [EMAIL PROTECTED] Objet : problem with returning a pdf Hi, I'm using Ja

RE: problem with returning a pdf

2004-06-21 Thread Frank Zammetti
I assume the result of your form submission should be the PDF returned. I'm doing this in an app... you need to write out the results to ServletOutputStream, make sure you set the content type header and also the content-length header. Shoudl work then. I've also found that Acrobat is buggy w