[richfaces-issues] [JBoss JIRA] Created: (RF-2962) Wrong parameters decoding in internationalized apps

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Apr 3 13:51:29 EDT 2008


Wrong parameters decoding in internationalized apps 
----------------------------------------------------

                 Key: RF-2962
                 URL: http://jira.jboss.com/jira/browse/RF-2962
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Nick Belaevski
         Assigned To: Nick Belaevski
            Priority: Blocker
             Fix For: 3.2.0SP1, 3.2.1


Reproduced on this page:

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:rich="http://richfaces.org/rich"
	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
	>

	<body>
		<h:form id="form">
			<h:selectOneMenu id="cbx" style="width:120px">
			  <f:selectItem itemValue="Русский 1" itemLabel="Русский 1" />
			  <f:selectItem itemValue="Русский" itemLabel="Русский" />
			</h:selectOneMenu>
			<h:messages />
	
			<h:commandButton value="Submit" />
		</h:form>
	</body>
</html>


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

       




More information about the richfaces-issues mailing list