You really need to do some reading... go through the servlet api, the Tapestry 
docs, also the wiki:
http://wiki.apache.org/tapestry/Tapestry5HowTos

Then use Jumpstart which has all the hands on examples you need to feel 
confident with Tapestry:
http://jumpstart.doublenegative.com.au/home.html

Here is an article on how to create a dispatcher:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateADispatcher

Redirection inside any filter or dispatcher is based upon the servlet api, 
Tapestry's Request service simply wraps this, using:
Response.sendRedirect()

Also, when you post to this list you will get a better response when you show 
your code.

Cheers,
Peter


----- Original Message -----
From: "kamath_svk" <kamath...@yahoo.co.in>
To: users@tapestry.apache.org
Sent: Wednesday, 22 September, 2010 11:51:44 GMT +02:00 Athens, Beirut, 
Bucharest, Istanbul
Subject: Re: Redirect when session is destroyed


I am new to tapestry so can you please tell me how to use dispatcher using
some example??


most importantly, i want to know how to Redirect to some other page!!


Kristian Marinkovic wrote:
> 
> provide a Dispatcher that checks  whether your AppModule.USER_LOGGED_IN 
> attribute is available from the current HttpSession; if it is not redirect 
> the current request to any page
> 

-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Redirect-when-session-is-destroyed-tp2849255p2849363.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to