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
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
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
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.
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
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
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.
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
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.