Hi,
I have a Border Component and I would like to check 2 things in it:
  - That I'm logged in or not
  - That the Locale is French
If these conditions are not OK, then I would like to redirect to the Home page. I did that by throwing a PageRedirectException in renderComponent() but that doesn't work. Tapestry says that there is then an Uncaught exception...
Any idea how to do it? Where to put that Redirection?
Is it possible to send this Exception from a Component?
Thanks a lot
-jec

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

Reply via email to