Hello, I am trying to enforce BigDecimal number format with regex validator but validation simply does nothing. If I apply the same validator to the String property, validator works but for some reason does not work with BigDecimal. I guess the reason is that validation is applied to converted BigDecimal object but not on the string which user entered.
Is there any way to validate the string before conversion to BigDecimal? thanks! Dario -- View this message in context: http://www.nabble.com/regex-validator-and-BigDecimal-tp19142200p19142200.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]