[ 
https://issues.apache.org/jira/browse/TAP5-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Scheinecker updated TAP5-1403:
-------------------------------------

    Attachment: [TAP5-1403] Add support for Arrays in request parameters.patch

added a patch with a possible solution - at least it did the work for me
                
> Add support for Arrays in request parameters
> --------------------------------------------
>
>                 Key: TAP5-1403
>                 URL: https://issues.apache.org/jira/browse/TAP5-1403
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Raul Montes
>            Priority: Minor
>         Attachments: [TAP5-1403] Add support for Arrays in request 
> parameters.patch
>
>
> @RequestParameter annotation should work on parameters that are Arrays 
> (obtained throw Request.getParameters()) so you could have something like 
> this:
> Object onEventName(@RequestParameter("parameterName[]") String[] params) { 
>      //... 
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to