RE: BigDecimal type conversion

2011-12-19 Thread Biesbrock, Kevin
3:25 PM To: Struts Users Mailing List Subject: Re: BigDecimal type conversion Either a type convertor, or an interceptor that trims everything. d. On Dec 19, 2011 3:23 PM, "Biesbrock, Kevin" wrote: > Our application is rolling with Struts 2.2.1. > > One action class implements Mo

Re: BigDecimal type conversion

2011-12-19 Thread Dave Newton
Either a type convertor, or an interceptor that trims everything. d. On Dec 19, 2011 3:23 PM, "Biesbrock, Kevin" wrote: > Our application is rolling with Struts 2.2.1. > > One action class implements ModelDriven and in the model we have a > Map; where we rolled a custom type > converter for Bus

BigDecimal type conversion

2011-12-19 Thread Biesbrock, Kevin
Our application is rolling with Struts 2.2.1. One action class implements ModelDriven and in the model we have a Map; where we rolled a custom type converter for BusinessObjectA and BusinessObjectB has a BigDecimal. This model has been in production for well over 4 months with no issue; that is