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

Hudson commented on TOBAGO-1598:
--------------------------------

FAILURE: Integrated in Jenkins build Tobago 1.5.x #213 (See 
[https://builds.apache.org/job/Tobago%201.5.x/213/])
TOBAGO-1598: Encoding of parameter <f:param> will not rendered correctly 
(lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1760008])
* (edit) 
tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/util/CommandRendererHelper.java


> Encoding of parameter <f:param> will not rendered correctly
> -----------------------------------------------------------
>
>                 Key: TOBAGO-1598
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1598
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 1.0.42, 1.5.13, 2.0.10, 3.0.0-alpha-5
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>
> Parameter which are given by <f:param> are not encoded.
> For example:
> {code}
> <tc:button link="destination.xhtml">
>   <f:param name="parameter" value="value with+plus"/>
> </tc:button>
> {code}
> The final link has to be 
> {code}
> destination.xhtml?parameter=value+with%2Bplus
> {code}



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

Reply via email to