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

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

     [ https://issues.apache.org/jira/browse/TOBAGO-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-1598.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
                   3.0.0-alpha-6
                   2.0.11
                   1.5.14
                   1.0.43

> 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
>             Fix For: 1.0.43, 1.5.14, 2.0.11, 3.0.0-alpha-6, 3.0.0
>
>
> 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)