Re: putting a request param in session and using it in the sitemap [SOLUTION]

2002-09-12 Thread Yvan Peter
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 :

Re: putting a request param in session and using it in the sitemap

2002-09-12 Thread Bobby Mitchell
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

Re: putting a request param in session and using it in the sitemap

2002-09-11 Thread Antonio Gallardo Rivera
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

putting a request param in session and using it in the sitemap

2002-09-11 Thread Yvan Peter
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