Re: regex validator and BigDecimal

2008-08-25 Thread ndario
I should have said that I do have custom BigDecimal converter which throws TypeConversionException if conversion fails. But users are still allowed to enter something like "344,5,6" which converts successfuly but converted value may not be the one user wanted to enter. That is why i want to gi

regex validator and BigDecimal

2008-08-25 Thread ndario
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 Bi