Re: BigDecimal converter - is this behaviour correct?

2008-03-04 Thread Johan Compagner
- Input: 3 000 Submit Output: 3 Quite annoying - I'm not sure if its actually a bug with NumberFormat in core java or specifically the implementation. -- View this message in context: http://www.nabble.com/BigDecimal-converter---is-this-behaviour-correct--tp15820747p15820747.html

Re: BigDecimal converter - is this behaviour correct?

2008-03-04 Thread Ned Collyer
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,

Re: BigDecimal converter - is this behaviour correct?

2008-03-04 Thread Ned Collyer
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,

Re: BigDecimal converter - is this behaviour correct?

2008-03-03 Thread Ned Collyer
: 3 Quite annoying - I'm not sure if its actually a bug with NumberFormat in core java or specifically the implementation. -- View this message in context: http://www.nabble.com/BigDecimal-converter---is-this-behaviour-correct--tp15820747p15820890.html Sent from the Wicket - User mailing

Re: BigDecimal converter - is this behaviour correct?

2008-03-03 Thread Ned Collyer
with NumberFormat in core java or specifically the implementation. -- View this message in context: http://www.nabble.com/BigDecimal-converter---is-this-behaviour-correct--tp15820747p15821270.html Sent from the Wicket - User mailing list archive at Nabble.com

BigDecimal converter - is this behaviour correct?

2008-03-03 Thread Ned Collyer
the implementation. -- View this message in context: http://www.nabble.com/BigDecimal-converter---is-this-behaviour-correct--tp15820747p15820747.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail