Re: T5-PageValidateListener & ASO exists method @InjectStateFlag

2007-03-15 Thread Howard Lewis Ship
PageValidateListener is now handled using the activate event, i.e., onActivate(). There is not yet an equivalent to the @InjectStateFlag. Here's an idea; how about if the ApplicationStateWorker (the code that handles the @ApplicationState annotation) looks for a "companion" field (with "Exists"

T5-PageValidateListener & ASO exists method @InjectStateFlag

2007-03-15 Thread Weisu
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");