Hello,

I have a form with a input to which I have set type BigDecimal
(setType(BigDecimal.class)), but I want to change the default type
validation message so that it says "'a' is not a valid Number" instead of
"'a' is not a valid BigDecimal.

I have tried setting i18n property "TypeValidator.BigDecimal" and also
"TypeValidator.java.math.BigDecimal", which is the way I thought it was, but
none of them seemed to work... has this changed in 1.4-rc2?

Regards,
Daniel.

-- 
View this message in context: 
http://www.nabble.com/Changing-default-message-of-type-validation-in-1.4-tp23746191p23746191.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to