You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by un...@ua.fm on 2006/01/18 16:18:07 UTC

Add url to StaleSession page

I have a page with some product
Then i'm writing a review to this product(here is submit form).After session 
time-out redirecting to Stalesession page.
How to add a link at StaleSession page to the productpage (as extracted from 
the URL)?How to extract the adress from URL?
----

Домен .CO.UA БЕСПЛАТНО! 
Только на www.HostPro.ua


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Add url to StaleSession page

Posted by Raul Raja Martinez <do...@estudiowebs.com>.
Hi, you can define your own StaleSession page, and there place anything 
you want:
in your .application file add:

<page name="StaleSession" 
specification-path="tapestry/page/StaleSession.page"/>

I'm not sure this is what you want but
if you want to link externally to one of your pages you'll have to 
implement the IExternalPage interface and link to it using the external 
service.

best regards.

Raul Raja.

unia@ua.fm wrote:
> I have a page with some product
> Then i'm writing a review to this product(here is submit form).After 
> session time-out redirecting to Stalesession page.
> How to add a link at StaleSession page to the productpage (as extracted 
> from the URL)?How to extract the adress from URL?
> ----
> 
> Домен .CO.UA БЕСПЛАТНО! Только на www.HostPro.ua
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org