[richfaces-issues] [JBoss JIRA] Created: (RF-2959) inplaceInput doesn't work with f:convertNumber

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Thu Apr 3 10:57:29 EDT 2008


inplaceInput doesn't work with f:convertNumber
----------------------------------------------

                 Key: RF-2959
                 URL: http://jira.jboss.com/jira/browse/RF-2959
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: RF 3.2.0, JSF-RI 1.2_08
            Reporter: Juergen Zimmermann


I'm having the this tag to display a localized currency value:

<rich:inplaceInput ... selectOnEdit="true" editEvent="ondblclick">
	<f:convertNumber pattern="###,###,##0.00"/>

However, the following happens:
1) A given float number (let's say 10000.0) is displayed correctly with German localization, i.e. 10.000,00
2) When I double-click into the input field the displayed value of 10.000,00 changes to 10000.0
3) I update 10000.0 to 20000.0 and leave the field by clicking e.g. somewhere into the background
4) The displayed number changes to 2.000.000,00

-- 
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