InputNumberSpinner: Locale will not be used for number input
------------------------------------------------------------
Key: RF-4366
URL:
https://jira.jboss.org/jira/browse/RF-4366
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Firefox 3.0.1
Reporter: Gerrit Brehmer
Priority: Critical
Hi,
if i want to display a number with 1 fraction digit (like with f:convertNumber) and set
step to "0.5" it will always use the english notation "." for output,
but jsf use the locale (e.g. de) and convert my number "5.5" ->
"55" before setting to my backing bean. And if i want to write the german
notation into the input field with "," the javascript i think will drop my
fraction digits before posting values. if I use "en" locale all functions
properly.
Bye
--
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