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

Damien Cassou damien.cassou at laposte.net
Tue Aug 15 11:15:23 UTC 2006


Keith Hodges wrote:
> Damien Cassou wrote:
>> 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'
> Unfortunately the component doesn't have an entry point in the other 
> application.

I don't know of any solution to switch within Seaside. You may try 
special parameters to the url:

html anchor
     url: '/seaside/otherApplication?secretComponent=MYSECRETCODE12982'
     text: 'something'


ok, this is awful. Somebody might have another solution.


More information about the Seaside mailing list