Re: Link to a Page from another context

2010-02-03 Thread cordenier christophe
The other app isn't a Tapestry application... > > > > > > De: cordenier christophe > Para: Tapestry users > Enviadas: Quarta-feira, 3 de Fevereiro de 2010 11:32:14 > Assunto: Re: Link to a Page from another context > >

Res: Link to a Page from another context

2010-02-03 Thread Everton Agner
Oh... sorry, I forgot the most important thing. The other app isn't a Tapestry application... De: cordenier christophe Para: Tapestry users Enviadas: Quarta-feira, 3 de Fevereiro de 2010 11:32:14 Assunto: Re: Link to a Page from another context Hi

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 you

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 that