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 20:25:52 UTC

[jira] [Assigned] (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 reassigned TAP5-1403:
---------------------------------------------------

    Assignee: Thiago H. de Paula Figueiredo

> 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
>         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)