|
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] |
- Accessing attributes in the sitemap Craig Christophersen
- RE: Accessing attributes in the sitemap Markus Heussen
- Re: Accessing attributes in the sitemap Stephan Coboos
- Craig Christophersen
