Hi, I cannot find this in T5, I am try to have a login page before other
pages, I was doing this inT4:
public void pageValidate(PageEvent event) {
        if (!getClientSessionExists()) {
                Login login = getLogin();
                login.setNextPage("InvoiceApproval");
                throw new PageRedirectException(login);
        }
}
Another question: In T4, it has a nice exists method for ASO to check the
state of ASO, uses @InjectStateFlag, how can i do this in T5?
Thanks.
-- 
View this message in context: 
http://www.nabble.com/T5-PageValidateListener---ASO-exists-method-%40InjectStateFlag-tf3411692.html#a9505875
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to