]
Nick Belaevski updated RF-4366:
-------------------------------
Fix Version/s: Post_4.F
(was: Future_4.X)
InputNumberSpinner: Locale will not be used for number input
------------------------------------------------------------
Key: RF-4366
URL:
https://issues.jboss.org/browse/RF-4366
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input, localization
Affects Versions: 3.2.1
Environment: Firefox 3.0.1
Reporter: Gerrit Brehmer
Assignee: Nick Belaevski
Priority: Critical
Fix For: Post_4.F
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.
-
For more information on JIRA, see: