[
https://issues.apache.org/jira/browse/TAP5-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868273#comment-13868273
]
ASF subversion and git services commented on TAP5-1403:
-------------------------------------------------------
Commit fd693291d4aba488df41eefb443545954f3b272f in branch refs/heads/master
from [~thiagohp]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=fd69329 ]
TAP5-1403: Add support for Arrays in request parameters
> 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)