Hola,
I want to get a session attribute from a JXTemplate without success.

My template is this

<page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
  <jx:set var="session" value="${cocoon}"/>
  ${session}
</page>

and the output

<?xml version="1.0" encoding="ISO-8859-1"?>
<page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
  {parameters={}, context=null, session=null,
[EMAIL PROTECTED],
[EMAIL PROTECTED],
continuation=null}
</page>

I'm sure that the session was not null because I print it from the flow
that execute this template, but in template the session doesn't exist....

Any hint?

-- 
Daniele Madama (http://www.danysoft.org)

Pro-netics S.r.l. (http://www.pronetics.it)



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