Re: Using auth taglib

2001-06-12 Thread Ulrich Mayring
Matteo Colombo wrote: > > >> Sorry I'm not very expert with Java: How do you "encode" session params > >> as request params? > > > >Read the servlet API and look for request.getParameter, request > >parameters are what comes after a regular URL, for example > www.domain.com/index.xml?param=value

Re: Using auth taglib

2001-06-12 Thread Matteo Colombo
>> Sorry I'm not very expert with Java: How do you "encode" session params >> as request params? > >Read the servlet API and look for request.getParameter, request >parameters are what comes after a regular URL, for example www.domain.com/index.xml?param=value > I made the wrong question. I know w

Re: Using auth taglib

2001-06-12 Thread Ulrich Mayring
[EMAIL PROTECTED] wrote: > > -- Messaggio Originale -- > > >On Mon, 11 Jun 2001, Matteo Colombo wrote: > > > >> Hi, > >> I checked the session, auth:role and auth:group had the right values!!! > >> What's it wrong? Can I call session parameters from an XSL file? > > > >No you can't. In that case

Re: Using auth taglib

2001-06-11 Thread mtcolom
-- Messaggio Originale -- >On Mon, 11 Jun 2001, Matteo Colombo wrote: > >> Hi, >> I checked the session, auth:role and auth:group had the right values!!! >> What's it wrong? Can I call session parameters from an XSL file? > >No you can't. In that case you have to encode the params as request >p

Re: Using auth taglib

2001-06-11 Thread Uli Mayring
On Mon, 11 Jun 2001, Matteo Colombo wrote: > Hi, > I'm using auth taglib (http://ulim.cocoonhost.com). > I've a problem to submit you. After authentication I go to reserved.xml that > makes a query, it get two value and put those in the session (with the names > auth:

Using auth taglib

2001-06-11 Thread Matteo Colombo
Hi, I'm using auth taglib (http://ulim.cocoonhost.com). I've a problem to submit you. After authentication I go to reserved.xml that makes a query, it get two value and put those in the session (with the names auth:group and auth:role), now I'm trying to retrieve those two in res