* Derek Hohls: > > I have been posting on a thread on the users list: > http://marc.theaimsgroup.com/?t=113758520100001&r=1&w=2
Why don't you use the session-context input module?
Example:
<map:parameter name="userId"
value="{session-context:authentication/authentication/ID}"/>
Or just:
<map:parameter name="userId" value="{ID}"/>
The above expression works because AuthAction (auth-protect)
returns a map of parameters available in the sitemap.
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/
