I met this problem before , I change the onActivatereturn type to void .

2011/2/17 Alessandro Badin <jave...@gmail.com>

>
> 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