bigdecimal « wicket « Java Enterprise Q&A





1. BigDecimal locale specific parsing - inconsistency between Wicket's BigDecimalConverter and java.math.BigDecimal    stackoverflow.com

When it comes to parsing numbers with decimal separators from string, Wicket's BigDecimalConverter behaves differently than BigDecimal's (String val) constructor. Let's try to parse a number with comma as the decimal separator ...