You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2016/09/09 12:15:20 UTC

[jira] [Commented] (TOBAGO-1598) Encoding of parameter will not rendered correctly

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

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

SUCCESS: Integrated in Jenkins build Tobago 3.0.x #523 (See [https://builds.apache.org/job/Tobago%203.0.x/523/])
TOBAGO-1598: Encoding of parameter <f:param> will not rendered correctly (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1759994])
* (edit) tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.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)