Re: Changing default message of type validation in 1.4

2009-05-29 Thread dfernandez
Ok, my fault (lack of knowledge): Here it is: - IConverter.BigDecimal=Field '${label}' is not a valid number. - Regards, Daniel. -- View this message in context: http://www.nabble.com/Changing-default-message-of-type-validation-in-1.4-tp23746191p23775631.html

RE: Changing default message of type validation in 1.4

2009-05-28 Thread dfernandez
java.math.BigDecimal = com.acme.MyBigDecimalConverter Well, thank you, but... I don't think that in order to change the default validator message I have to create my own validator, do I? Regards, Daniel. -- View this message in context: http://www.nabble.com/Changing-default-message-of-type-validation

Changing default message of type validation in 1.4

2009-05-27 Thread dfernandez
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

RE: Changing default message of type validation in 1.4

2009-05-27 Thread Martin Gainty
@maven.apache.org Subject: Changing default message of type validation in 1.4 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