On Jun 2, 2005, at 6:48 AM, gvp wrote:

Hello Erik,

I do forward because I want to have A's page url in browser
address text box. So if user decides to bookmark page B (results)
he'll get actually page A(search criteria).

Then simply activating a page from a listener will do the trick. The only time you'd get a different URL would be by forcing a client-side redirect and would require this to be explicit in the default configuration of Tapestry.

    Erik




You could simply activate the next page, though that's not
technically a "forward".  Or you could throw PageRedirectException -
which I don't think is technically a forward either.



Why don't the above techniques work for you?  Why do you need a
"forward" rather than an activate?



     Erik




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]



--
Best regards,
gvp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to