[richfaces-issues] [JBoss JIRA] Created: (RF-5964) ComboBox escapes special characters incorrectly

Henning Knüppel (JIRA) jira-events at lists.jboss.org
Thu Jan 29 08:08:44 EST 2009


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

       




More information about the richfaces-issues mailing list