You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Dirk Reiss <d....@tu-bs.de> on 2002/09/26 23:50:09 UTC

shared session-objects : cocoon/jsp

Hello all,

our problem is that we would like to get information from a cocoon-application 
whose content is displayed in on frame to some jsp which would be displayed 
in another frame. or first attempt would be to use the session-object to set 
some attributes in it and read them from the jsp (and vice-versa). 

unfortuately this doesn't work as not even the session-ids are equal...

any ideas? some code-examples would be great and very appreciated...

btw: we use cocoon 2.0.2...

many thanks in advance,
dirk



-- 
// Dirk Reiss
// Helmstedter Str. 134
// D - 38102 Braunschweig
// (++49) (0) 531 7996276
// (++49) (0) 162 8925618
// d.reiss@tu-bs.de

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: shared session-objects : cocoon/jsp

Posted by Vadim Gritsenko <va...@verizon.net>.
Dirk Reiss wrote:

>Hello all,
>
>our problem is that we would like to get information from a cocoon-application 
>whose content is displayed in on frame to some jsp which would be displayed 
>in another frame. or first attempt would be to use the session-object to set 
>some attributes in it and read them from the jsp (and vice-versa). 
>
>unfortuately this doesn't work as not even the session-ids are equal...
>

...which means that you have two applications deployed but not one. 
Deploy JSPs together with Cocoon in one app, and everything will work.

Vadim


>any ideas? some code-examples would be great and very appreciated...
>
>btw: we use cocoon 2.0.2...
>
>many thanks in advance,
>dirk
>  
>




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>