Use a ComponentRequestFilter. That way you can handle component events and page render requests inside the same filter.

HTH,

Uli

Am 26.11.2009 10:03 schrieb sandeepraj singh:
Hi,
I have the following requirement for my application

Develop a Tapestry login check Filter which

(a) Avoids direct hit to any page in my application without logging in, if
anyone does that, he should be redirected to the login page.

(b) After session expiry if we do any action, It should be redirected to the
login page.
Could you suggest a good strategy. Can we make such checks in myFilter which
extends Tapestry5 filter?

Thanks
sandeep

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

Reply via email to