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
> >
> I made the wrong question.
> I know what is request.getParameter, and what are request parameters. But my
> problem is that:
> the values of auth:group and auth:role are stored in a database, how can I
> do to make them usable from my XSL file?
As I said, read them out of the database and put them in HTTP request
parameters.
Ulrich
--
Ulrich Mayring
DENIC eG, Systementwicklung
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>