Thanks to the people who answered, it helped me building a solution.
Here is the sitemap snippet that put a request param into a session
and can latter retrieve it in the sitemap :
Yvan Peter wrote:
>
>Hello,
>
>Here is the behavior i would like to achieve in the sitemap :
>
>A first access will be with an URL of that pattern :
> http://localhost/login?device={Voice, WAP or Web}
>
>Then the device parameter is not given anymore and of course, i need
> t
Have you tried the
SessionSelector: that is used as the Parameter selector to match against an
arbitrary session attribute;
More about Parameter Selector in:
Parameter Selector:
http://xml.apache.org/cocoon/userdocs/selectors/parameter-selector.html
Antonio Gallardo
El Jueves, 12 de Septie
Hello,
Here is the behavior i would like to achieve in the sitemap :
A first access will be with an URL of that pattern :
http://localhost/login?device={Voice, WAP or Web}
Then the device parameter is not given anymore and of course, i need
to remember it to choose the ap