Hi Piotr,

I'm afraid that questions like these should go to the cocoon user list instead of the developers list.

To answer your question:

Yes you can use the jx generator without flowscript.
From the jx you can access:

the request by using cocoon.request.someFunction();

the context by using cocoon.context.x

the session by using cocoon.session.x

Have a look at:

http://cocoon.apache.org/2.1/userdocs/jx-generator.html and http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html

Kind regards,

Jeroen Reijn




falcorn wrote:
Hi. Is any posibility to use jx generator or JPath logicsheets without
flowscript.
I mean how to acces request, context or session params.
Greetings
Piotr

Reply via email to