[Seaside] Open a component in the context of a different application

Damien Cassou damien.cassou at laposte.net
Tue Aug 15 05:56:39 UTC 2006


Keith Hodges wrote:
> I am after some ideas as to how to achieve the following:
> 
> In one application the session is configured to be WASession. I wish to
> click on a link in this application and be taken to a component within
> the context (i.e. configuration settings and session of) another
> application.
> 
> can it be done?

You may want to use a static link to the other application:

html anchor
   url: '/seaside/otherApplication'
   text: 'Goto other application'


This is not tested, just a hint



Bye


More information about the Seaside mailing list