Olivier Billard wrote:
Derek Hohls wrote:
Olivier
Good to know there is a solution... would you mind
providing me with an example of (a) how the variable(s) info is stored
using SessionPropagatorAction
You can have a look at the javadoc here, there is an example
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/acting/SessionPropagatorAction.html
Basically a use is like this :
<map:act type="session-propagator">
<map:parameter name="userId" value="{ID}"/>
<paramater name="userName" value="{name}">
Sorry, typo error here :
<map:parameter name="userName" value="{name}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]