Derek Hohls wrote:

If I need to access variables, created in flow,
from a JXTemplate page that is NOT called by
the flowscript itself. how can I do that?


(Do I need to create a session at the start of
the flowscript, or is there some other, better
way?)




No, it's not PHP;-) You don't need to create a session yourself (normally) ;-)

You can use a session in flow simply like:

cocoon.session.setAttribute("foo", foo);

In JXTemplate you can retrieve you object like:

${cocoon.session.getAttribute('foo')}

Regards
Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to