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]

Reply via email to