You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org> on 2014/01/10 21:49:53 UTC

[jira] [Resolved] (TAP5-1403) Add support for Arrays in request parameters

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

Thiago H. de Paula Figueiredo resolved TAP5-1403.
-------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4

> 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
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.4
>
>         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 was sent by Atlassian JIRA
(v6.1.5#6160)