Re: BigInteger and BigDecimal Properties Issue

2007-06-26 Thread Mark Menard
On 6/25/07 7:19 PM, Mark Menard [EMAIL PROTECTED] wrote: I have an action with a property of type BigDecimal, that is initialized, so it has a value: Public class myAction { BigDecimal myBigDecimal = new BigDecimal (1.1); ... } I have a form with the following: s:textfield

BigInteger and BigDecimal Properties Issue

2007-06-25 Thread Mark Menard
I have an action with a property of type BigDecimal, that is initialized, so it has a value: Public class myAction { BigDecimal myBigDecimal = new BigDecimal (1.1); ... } I have a form with the following: s:textfield name=myBigDecimal / The issue is if I blank out the value,