[
http://jira.jboss.com/jira/browse/RF-2962?page=all ]
Nick Belaevski reassigned RF-2962:
----------------------------------
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
Please check that the fix is ok
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: Ilya Shaikovsky
Priority: Blocker
Fix For: 3.2.1, 3.2.0SP1
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="<Any russian text here>"
itemLabel="<Any russian text here>" />
</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