[ 
https://issues.apache.org/jira/browse/TAP5-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675163#comment-13675163
 ] 

Hudson commented on TAP5-2063:
------------------------------

Integrated in tapestry-trunk-freestyle #1076 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1076/])
    TAP5-2063: Repair conflict between multi-valued parameters in Links, and 
parameters via @ActivationRequestParameter (Revision 
7f5767b774b0483206be8abc43a981bb44572c11)

     Result = SUCCESS
hlship : 
Files : 
* 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/EventLink.java
* 
tapestry-core/src/test/groovy/org/apache/tapestry5/corelib/components/PageLinkTest.groovy
* 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ActionLink.java
* 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/PageLink.java
* 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractLink.java

                
> Add support for multivalued parameters in Link
> ----------------------------------------------
>
>                 Key: TAP5-2063
>                 URL: https://issues.apache.org/jira/browse/TAP5-2063
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>            Reporter: Alejandro Scandroli
>            Assignee: Kalle Korhonen
>             Fix For: 5.3.7, 5.4
>
>         Attachments: TAP5-2063_1.patch
>
>
> Request.java has support for multivalued parameters but there is no way to 
> add more than one parameter with the same name to the Link. Instead of 
> throwing an IllegalArgumentException when the link already has a parameter 
> with the same name Link.addParameter should add it to the URL as a 
> multivalued parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to