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
mgainty wrote: > > > //setting properties in classname-conversion.properties > # syntax: = > amount=com.acme.converters.MyCustomBigDecimalConverter > > //assigning a Custom Converter class in xwork-conversion.properties > # syntax: = > java.math.BigDecimal = com.acme.MyBigDecimalConverter >

RE: Changing default message of type validation in 1.4

2009-05-27 Thread Martin Gainty
//setting properties in classname-conversion.properties # syntax: = amount=com.acme.converters.MyCustomBigDecimalConverter //assigning a Custom Converter class in xwork-conversion.properties # syntax: = java.math.BigDecimal = com.acme.MyBigDecimalConverterSaludos Cordiales desde EEUU Martin Ga