ndario wrote:
Is there any way to validate the string before conversion to BigDecimal?

The right (and default) way of handling conversion errors is to
use the Conversion Error Interceptor:
http://struts.apache.org/2.x/docs/conversion-error-interceptor.html

There is no converter for BigDecimal, but it takes almost no
effort to create one:
http://struts.apache.org/2.0.11.2/docs/type-conversion.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to