Thanks for the reply.
I had been messing with that module without success.
In an action I have set the session attributes as
 session.setAttribute("docId", docId);
 session.setAttribute("userId", userId);
 session.setAttribute("fName", fName);
(and I have no trouble getting those attributes in another action)
Then in the sitemap tried to access them with no success.
In cocoon.xconf the proper name for the module is "session-attr" and in the sitemap I have
<map:parameter name="fName" value="{session-attr:fName}"/> inbetween the <map:transform> tags.
I know that I can get a value in my xsl if hardcoded in the map:parameter tag or from putting the attributes in a map in the action.  Am I setting the attribute properly? Is that all that needs to be done?
 
Craig Christophersen
[EMAIL PROTECTED]

Reply via email to