Have a look at this…
<map:pipeline> <map:match pattern="some_pattern"> <map:act type="request"> <map:parameter name="parameters" value="true"/> <map:aggregate element="html"> <map:part src=""cocoon:/oooh{someParamName1}"/> <map:part src=""cocoon:/aaah{someParamName2}"/> </map:aggregate> </map:act> <map:transform src=""context://mystylesheets/test.xsl"> <map:parameter name="use-request-parameters" value="true"/> </map:transform> <map:serialize type="html"/> </map:match> </map:pipeline>
I hope this helps.
- Lee
-----Original Message-----
Hi cocooners,
this is probably a simple question, but I didn't find anything in the docs and/or mail archives.
I have a form with 2 submit buttons and I successfully use the request parameter selector to fire a pipeline based on the submit buttons values.
The problem is that I need to use also another value posted by the form as an input box.
In other words, how can I use in the pipeline more than one request parameter ?
Thanks in advance for any pointer.
--peppo
--------------------------------------------------------------------- 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]> |
- using more than one request parameter Giuseppe Bonelli
- Lee V