Re: Field-Validator and BigDecimal

2009-09-21 Thread strutstwouser
ute so that the subsequent validations don't fire if the previous ones fail Btw, this does not explain how it works fine for values outside the range.. HTH -- View this message in context: http://www.nabble.com/Field-Validator-and-BigDecimal-tp25489575p25530407.html Sent from the

Field-Validator and BigDecimal

2009-09-17 Thread Robin Mannering
Hello all, I have a rather strange validation problem. I have a field agencyCommRate declared as a BigDecimal. I need to validate that a value between 0.0 and 100.0 is entered and assumed the following validation rules would work. Values outside the range are picked up correctly. However, w