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]
