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
>> 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
[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
-- 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
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:
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