BigDecimal « Binding « Spring Q&A





1. null problem when bind BigDecimal    forum.springsource.org

when bind a BigDecimal property,if the value is null,the following error occured. Failed to convert property value of type [java.lang.String] to required type [java.math.BigDecimal] for property 'projectTO.intendingIncome'; nested exception is java.lang.NumberFormatException: ...

2. BigDecimal binding issue    forum.springsource.org

Hi Guys, I came across issue on binding BigDecimal attribute. some how it is not getting binded with the regular spring bind.is there any different way to handle this scenario? how ...

3. Binding BigDecimal with option of checking ParsePosition    forum.springsource.org

Binding BigDecimal with option of checking ParsePosition Hi, I am using the CustomNumberEditor to bind a BigDecimal property in my command bean passing a customized DecimalFormat instance. However, the CustomNumberEditor only ...

4. Help needed: Binding BigDecimal values    forum.springsource.org

Hi, Am facing an issue while binding from string to bigdecimal in spring, also i have written custom validations to check the paymentAmount is numeric. I have a property private BigDecimal ...