ROSSEL Olivier wrote: >>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. > > > I think that a cocoon:/ call resets all the requestParameters.
Maybe, but it should not! Its purpose is to create a new request with old AND new parameters (AFAIU) > It seems that you can retrieve them if you manage to include them > as *part of* the URL of the cocoon:/. That works great. --------------------------------------------------------------------- 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]>