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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Apr 9 14:37:56 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2962?page=all ]

Nick Belaevski resolved RF-2962.
--------------------------------

    Resolution: Done
      Assignee: Nick Belaevski  (was: Ilya Shaikovsky)

> 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.0.SR1, 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="<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

        



More information about the richfaces-issues mailing list