BigDecimal type conversion

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

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 biesbrock.ke...@aoins.com wrote: Our application is rolling with Struts 2.2.1. One action class implements ModelDrivenE and in the model we have a MapBusinessObjectA,

RE: BigDecimal type conversion

2011-12-19 Thread Biesbrock, Kevin
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 biesbrock.ke...@aoins.com wrote: Our application is rolling with Struts 2.2.1. One action class implements ModelDrivenE