Raised as https://issues.apache.org/jira/browse/WICKET-1395

Rgds

Ned


Ned Collyer wrote:
> 
> Yes, I suppose I can debug it after a while of downloading sources and
> debugging stuff.
> 
> BigDecimalConverter bdc = new BigDecimalConverter();
> System.out.println(bdc.convertToObject("3 000", Locale.FRENCH));
> =>3
> 
> DoubleConverter dc = new DoubleConverter();
> System.out.println(dc.convertToObject("3 000", Locale.FRENCH));
> =>3000.0
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BigDecimal-converter---broken-for-French-Russian-%21--tp15820747p15837804.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to