Craig Christophersen wrote:

I have set some session attributes in an action and would like to be able to access them directly in the pipeline. I can get these attributes from another action and put them in a map for each request, but is there a way to make them available in the pipelines without calling another action? This is for having the first name and some other session type stuff available. Any help on this would be most appreciated.
Craig Christophersen


[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

SessionAttributeModule will be your friend. You can access a Attribute from the session with {session-attr:foo}
(foo is the name of your object)


http://cocoon.apache.org/2.1/userdocs/concepts/modules.html

Regards
Stephan

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



Reply via email to