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
@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.
-
You can reply to this email to add a comment to the issue online.