RE: session in xsp

2002-09-24 Thread Luca Morandini
OTECTED]] > Sent: Tuesday, September 24, 2002 2:54 PM > To: [EMAIL PROTECTED] > Subject: Re: session in xsp > > > Hi Luca, > > I have to change and check some of posted parameters' names and values. > That's why I want to use an xsl (or anything else where I can define

Re: session in xsp

2002-09-24 Thread Gabor Bartha
Hi Luca, I have to change and check some of posted parameters' names and values. That's why I want to use an xsl (or anything else where I can define rules to changes) and cannot use a writeDOMSession transformer. After it I can use the writeDOMSession Gabor Luca Morandini wrote: >Gabor, >

RE: session in xsp

2002-09-24 Thread Luca Morandini
Gabor, why don't you add a "writeDOMSession" transforming step ? You could generate an element using "redefine-params.xsl" with all the request paremeters you like, and then write that very element to the session. Best regards, - Luca

Re: Session in XSP

2002-05-06 Thread yuryx
yuryx wrote: > Hello all! > > May be anyone to answer me for the next question: > Why org.apache.cocoon.environment.Session not available in XSP? > Why cocoon-dev shouldn't built-in it into XSP as > org.apache.cocoon.environment.Request parameter (for example)? > > Thanx. > Yury. > > > > ---