Re: Help with Double Action Method

2008-03-06 Thread Thomas
There is also the bug in MSIE that if there is a malformed tag like href="whoops> it can cause the whole page be fetched twice my MSIE, and sometimes the same thing happens with Firefox. Unlikely this is your problem, but just a thought. Regards Thomas On 07/03/2008, at 6:07 AM, Chuck Hill wr

Re: Help with Double Action Method

2008-03-06 Thread Chuck Hill
Are you downloading it with IE? IIRC, IE makes two requests for anything it needs a plugin for or displays in an external application. Chuck On Mar 6, 2008, at 2:41 AM, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank Chuck for your time... It seems to happen only

Re: Help with Double Action Method

2008-03-06 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank Chuck for your time... It seems to happen only when the PDF is being sent as a download as part of appendToResponse... Even in the Apple Example for File Downloads there is a repeat so I modified what I was doing and just created the PDF,

Re: Help with Double Action Method

2008-03-05 Thread Chuck Hill
Do these components synchronize their bindings? If you have a hyperlink with action = downloadPDF; The downloadPDF() will get called multiple times by binding synchronization. Chuck On Mar 5, 2008, at 5:59 AM, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All I

Re: Help with Double Action Method

2008-03-05 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Patrick The content of AttractionVoucher is just the basic header content for an empty component... No body content... If I call super before the pdf download code then I get the double action but if I place the super after then I get a single

Re: Help with Double Action Method

2008-03-05 Thread Patrick Middleton
On 5 Mar 2008, at 13:59, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All I have a component actton method that is calling a second component (not nested) and the result is the action method being called twice in the first component and also appendToResponse twice

Help with Double Action Method

2008-03-05 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All I have a component actton method that is calling a second component (not nested) and the result is the action method being called twice in the first component and also appendToResponse twice