Martin,
thanks! For noticing the params vs attrs :-)
See [1] for the input module that can read this.
Regards,
Jeroen
[1]http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/RequestParameterModule.html
Martin Heiden wrote:
Hi!
JLe schrieb:
===============================================================================
<map:match pattern="matchme/edit">
<map:parameter name="GroupOfParts"
value="{request-attr:GroupOfParts}"/>
<map:call function="edit"/>
</map:match>
===============================================================================
If you POST/GET values you have to use the request-param input module.
Request attributes can be added by Java/Flowscript after the server
received the request. It's a different Map in the Request class.
For more information read this:
http://www.xyzws.com/servletfaq/what-is-the-difference-between-the-request-attribute-and-request-parameter/1
regards
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]