Re: SessionTransformer - Getting request parametervalues

2003-01-22 Thread Alex Romayev
Thanks Yves, however I'm not using xsp and according to Carsten from his earlier posting this functionality should work. Has anyone else used it? Thanks, -Alex --- Yves Vindevogel [EMAIL PROTECTED] wrote: I don't see the reason to use the SessionTransformer ... Use the XSP generator. This

SessionTransformer - Getting request parametervalues

2003-01-21 Thread Alex Romayev
Hi, I'm looking for help in how to extract parameter values using SessionTransformer. My uri looks like this: myaction?item=1item=2item=3 The SessionTransformer generates the following path: parametervalues cinclude:parameters cinclude:parameter cinclude:nameitem/cinclude:name

Re: SessionTransformer - Getting request parametervalues

2003-01-21 Thread Yves Vindevogel
I don't see the reason to use the SessionTransformer ... Use the XSP generator. This has the Request object. One of the tags in xsp-request is the URL, the querystring and all the parameters (see xml.apache.org/cocoon ... user guide ... xsp, bottom of the page, all the properties) You'll have