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

Bauke Scholtz edited comment on MYFACES-4052 at 6/21/16 8:12 AM:
-----------------------------------------------------------------

Related: https://en.wikipedia.org/wiki/Query_string#Web_forms 
{quote}
While there is no definitive standard, most web frameworks allow multiple 
values to be associated with a single field (e.g. 
field1=value1&field1=value2&field2=value3).
{quote}
For what is worth, Servlet API follows this.


was (Author: balusc):
Related: https://en.wikipedia.org/wiki/Query_string#Web_forms For what is 
worth, Servlet API follows this.

> Multiple <f:param> with same name encodes only last one in link URL
> -------------------------------------------------------------------
>
>                 Key: MYFACES-4052
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4052
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.2.10
>         Environment: TomEE 7.0.0
>            Reporter: Bauke Scholtz
>            Assignee: Leonardo Uribe
>
> Consider:
> {code}
> <h:link value="link">
>     <f:param name="p" value="foo"/>
>     <f:param name="p" value="bar"/>
> </h:link>
> {code}
> MyFaces 2.2.10 renders only last one in link URL instead of both.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to