Link to a Page from another context

2010-02-03 Thread Everton Agner
Hi, I have a PopupPageLink Component that receives a Page path and redirect to the page via : PageRenderLinkSource.createPageRenderLink(). The problem is when i have to redirect to a page from another context, because it tries to find the page within the app context. How can I avoid doing

Re: Link to a Page from another context

2010-02-03 Thread cordenier christophe
Hi (If application are deployed in the same container) I guess using crossContext feature will allow you to have access to Tapestry Registries of other application contexts. Then you can call PageRenderLinkSource service instance of other context. It depends on the security level you want for

Res: Link to a Page from another context

2010-02-03 Thread Everton Agner
: Re: Link to a Page from another context Hi (If application are deployed in the same container) I guess using crossContext feature will allow you to have access to Tapestry Registries of other application contexts. Then you can call PageRenderLinkSource service instance of other context

Re: Link to a Page from another context

2010-02-03 Thread cordenier christophe
important thing. The other app isn't a Tapestry application... De: cordenier christophe christophe.corden...@gmail.com Para: Tapestry users users@tapestry.apache.org Enviadas: Quarta-feira, 3 de Fevereiro de 2010 11:32:14 Assunto: Re: Link to a Page from