ComboBox escapes special characters incorrectly
-----------------------------------------------

                 Key: RF-5964
                 URL: https://jira.jboss.org/jira/browse/RF-5964
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: Tomcat 6.0.16, myFaces1.2.3, IExplorer 7
            Reporter: Henning Knüppel


When using special characters such as umlauts in a rich:comboBox, escaping does 
not work.

Simple Example:

                                <rich:comboBox>
                                        <f:selectItem itemValue="ÄÖÜ" />
                                        <f:selectItem itemValue="äöü" />
                                </rich:comboBox>

displays as (see attachment)
- &#196;&#214;&#220;
- &#228;&#246;&#252;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to