Hello,
    How does one do this:
 
<xsp:logic>
    SomeClass sc = (SomeClass)session.getAttribute( "sc" );
 
    session.setAttribute( "sc", sc );
</xsp:logic>
 
The session logicsheet does not seem to work if you use anything but strings.  For now I am having to embed the correct code into my XSP page.  And the Documents on Cocoon2 web site are for Cocoon1, so they are little help.
 
Thanks,
 
Anthony
 

Reply via email to