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: > >

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: The issue is if I blank out the value, myBigDecimal still retains the 1.1 value