Yes,do this in dispatcher is the right way,I have been successful in this
way according the articles of the wiki.thanks Angelo.
-邮件原件-
发件人: Angelo Chen [mailto:[EMAIL PROTECTED]
发送时间: 2008年4月8日 7:14
收件人: users@tapestry.apache.org
主题: Re: How to redirect in component
Hi Francois,
You
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.
Angelo Chen wrote:
hi,
maybe you can do this in onActivate,
I thought that onActivate was reserved for pages, and that component
didn't have it ?
(at least, onActivate is never called in my components objects)
If it isn't the case and onActivate is allowed in components, how can I
use it
er pages?
>
>
>
--
View this message in context:
http://www.nabble.com/How-to-redirect-in-component-tp16532137p16532602.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
I made a layout component for my application.In this layout I want to
implement this function that to check whether user login the system,if
not,then redirect the login page.How to finish it. I try to do this in
@BeginRender,but this method only return the booean or void .How can I
redirect other p