Good question -- I have not tried that scenario. As a workaround,
instead of extracting request parameters from a stylesheet, you could
something like this in the xsp
<foo><xsp:expr>request.getParameter("foo")</xsp:expr></foo>
<bar><xsp:expr>request.getParameter("bar")</xsp:expr></bar>
and use XSLT to get the params during transformation.
-----Original Message-----
From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 11:26 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Request parameters in a cocoon:/
My quiestion is that if I send this URl to Cocoon:
http://.../bigPage?foo=1&bar=0
Will I be able to retrieve those data in the copySelf.xsl?
(defining "use-stylesheet-parameters" for it, of course)
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>