Hello guys,

What about I have something like this:

    Object onActivate() {
        condition = service.findSomething();
        return (condition == null) ? OtherPage.class : null;
    }

Thanks.
Alessandro Badin
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-onActivate-called-before-onSuccessFrom-tp2430026p3389328.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to