You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/01/07 10:00:03 UTC

[WIKI-UPDATE] InputModules Wed Jan 7 10:00:03 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=InputModules , version: 44 on Wed Jan  7 08:52:56 2004 by 80.58.34.235

- For URL-Encoded request parameters, see the RawRequestParameterModule
+ For URL-Encoded request parameters, see the {{RawRequestParameterModule}}.
?                                             ++                         +++

+ 
+ If you have multiple parameters with the same name, and want to get one of them, say the 2nd one, you'll have to use the {{RequestModule}}, that has {{JXPath}} features, like in this sample:
+ 
+ {{{
+ <map:parameter name='my-parameter' value='{request:getParameterValues(.,"myParameter")[2]}'/>
+ }}}