http://stackoverflow.com/questions/15809225/java-numberformat-ignoring-comma-in-us-locale
i.e. a grouping separator can be at any position *between* digits. Sven 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: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org