Re: Exception in form binding

2004-09-06 Thread Marc Portier
Stephan Coboos wrote: Hello, I have a form binding definition like this: And a bean with the corresponding getter and setter methods: public void setNumber(BigDecimal number)... public BigDecimal getNumber()... the specific conversion in binding is typically only need

Exception in form binding

2004-09-06 Thread Stephan Coboos
Hello, I have a form binding definition like this: And a bean with the corresponding getter and setter methods: public void setNumber(BigDecimal number)... public BigDecimal getNumber()... But when I tried to save my form into the bean I got an conversion exception: