RE: Popup PDF

2011-04-08 Thread Richard Hill
> Jim. > > > > From: Richard Hill [mailto:r...@su3analytics.com] > > Sent: 08 April 2011 12:26 > > To: Tapestry users > > Subject: Re: Popup PDF > > > > > > The simplest way I'm guessing is to have your link that > > generates/returns th

RE: Popup PDF

2011-04-08 Thread Richard Hill
to have a submit button that POSTs the form data, and > then redisplay the same page with the submit button hidden and a new > actionLink ‘View PDF’ now present but it seems a bit clunky. > > Regards, > Jim. > > From: Richard Hill [mailto:r...@su3analytics.com] > Sent

Re: Popup PDF

2011-04-08 Thread Andreas Andreou
3analytics.com] > Sent: 08 April 2011 12:26 > To: Tapestry users > Subject: Re: Popup PDF > > > The simplest way I'm guessing is to have your link that > generates/returns the pdf to be a target="_blank" as you say. > > Then in javascript change the window url from t

RE: Popup PDF

2011-04-08 Thread Jim O'Callaghan
bit clunky. Regards, Jim. From: Richard Hill [mailto:r...@su3analytics.com] Sent: 08 April 2011 12:26 To: Tapestry users Subject: Re: Popup PDF The simplest way I'm guessing is to have your link that generates/returns the pdf to be a target="_blank" as you say. Then in javascr

Re: Popup PDF

2011-04-08 Thread Richard Hill
The simplest way I'm guessing is to have your link that generates/returns the pdf to be a target="_blank" as you say. Then in javascript change the window url from the detail url to the summary url. If adding your own js to an actionlink is tricky you could not use an action (or page) link, but