On Wednesday, July 03, 2013 4:02 PM, Sven Meier wrote: > >http://stackoverflow.com/questions/15809225/java-numberformat-ignoring-comma-in-us-locale > >i.e. a grouping separator can be at any position *between* digits.
Thanks. Whoever came up with that idea... Oh well. Michael > >On 07/03/2013 03:45 PM, Lemke, Michael SZ/HZA-ZSW wrote: >> We've seen some strange behavior with TextField<Double>, which you >> can easily verify on http://www.wicket-library.com/wicket-examples/forminput >> >> In an English locale enter into the Double field: >> >> 6.5 result: 6.5 >> 6,4 result: 64 >> 6,,,,,4 result: 64 >> 6,,,,,4, result: '6,,,,,4,' is not a valid Double. >> >> Why does it accept stuff like 6,4? I don't think this is expected >> behavior. >> >> Thanks for any insight, >> Michael >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
