JX or JPath without flowscript

2006-12-18 Thread falcorn

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
-- 
View this message in context: 
http://www.nabble.com/JX-or-JPath-without-flowscript-tf2840359.html#a7930025
Sent from the Cocoon - Dev mailing list archive at Nabble.com.



Re: JX or JPath without flowscript

2006-12-18 Thread Jeroen Reijn

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