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

[jira] [Created] (TOBAGO-1598) Encoding of Parameter

Henning Noeth created TOBAGO-1598:
-------------------------------------

             Summary: Encoding of Parameter
                 Key: TOBAGO-1598
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1598
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Themes
    Affects Versions: 3.0.0-alpha-5, 2.0.10, 1.5.13, 1.0.42
            Reporter: Henning Noeth


Parameter which are given by <f:param> are not encoded.
For example:
<tc:button link="destination.xhtml">
  <f:param name="parameter" value="value+with+plus"/>
</tc:button>
The final link has to be "...destination.xhtml?parameter=value%2Bwith%2Bplus".



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