Re: Redirect to URL with params

2010-11-26 Thread ael
How about using onActivate & onPassivate. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-URL-with-params-tp3279834p3282143.html Sent from the Tapestry - User mailing list archive at Nabble

Re: Redirect to URL with params

2010-11-26 Thread Richard Hill
ed. -Original Message- From: Gnu Ubuntu Reply-to: "Tapestry users" To: Tapestry users , r...@su3analytics.com Subject: Re: Redirect to URL with params Date: Fri, 26 Nov 2010 10:20:19 +0100 Hi, It not works, because I redirect to an external URL with params. So I don't know if

Re: Redirect to URL with params

2010-11-26 Thread Thiago H. de Paula Figueiredo
On Fri, 26 Nov 2010 07:20:19 -0200, Gnu Ubuntu wrote: Hi, Hi! It not works, because I redirect to an external URL with params. So I don't know if I must use Response object, Absolutely no. Just return a new java.net.URL() instance passing all the params in your onActivate(). What do y

Re: Redirect to URL with params

2010-11-26 Thread Gnu Ubuntu
Hi, It not works, because I redirect to an external URL with params. So I don't know if I must use Response object, and if so how to pass params to it? Thanks in advance.

Re: Redirect to URL with params

2010-11-25 Thread Gnu Ubuntu
hat determines whether you redirect or render the page > (returning null will mean that PageA is rendered). > > Or instead of a in PageA you could use an > instead, and return the Link in the onActionFromYourLink(). > > Hope that helps. > > > > > > > > &g

Re: Redirect to URL with params

2010-11-25 Thread Richard Hill
omYourLink(). Hope that helps. -Original Message- From: Gnu Ubuntu Reply-to: "Tapestry users" To: Tapestry users , r...@su3analytics.com Subject: Re: Redirect to URL with params Date: Thu, 25 Nov 2010 11:56:15 +0100 Thanks Richard for your response. What I want is to do a

Re: Redirect to URL with params

2010-11-25 Thread Gnu Ubuntu
Thanks Richard for your response. What I want is to do a post request but my page dosn't contain any form. The user will be redirected to an URL with some parameters and after that I must get some other parameters from the response. I hope that is more clear now. Thanks.

Re: Redirect to URL with params

2010-11-25 Thread Richard Hill
users" To: users@tapestry.apache.org Subject: Redirect to URL with params Date: Thu, 25 Nov 2010 11:24:04 +0100 Hi! I need to redirect user to an url with some parameters (simulate a post without form). Can you help me to do that, please ? Thanks

Redirect to URL with params

2010-11-25 Thread Gnu Ubuntu
Hi! I need to redirect user to an url with some parameters (simulate a post without form). Can you help me to do that, please ? Thanks in advance.