No, that's not the way to do it.

I would inject the page, set the context and then return that page
from the event handler method.
Don't forget to implement onActivate(...) and onPassivate(...) on the page

2009/10/8 Gunnar Eketrapp <gunnar.eketr...@gmail.com>:
> Hi !
>
> I have problem with adding a context to a page that I am navigating too from
> on of my event handler metods.
>
> How  should this be done ?
>
> Thanks in advance!
>
> Gunnar Eketrapp,
> Stockholm Sweden
>
> This does not work! Should it?
> ==============================
>
>    public Object onSuccess() {
>
>  // process ....
>
>        return "admin/PayoutOrderDetails/" + orderid;
>    }
>

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

Reply via email to