mgainty wrote:
> 
> 
> //setting properties in classname-conversion.properties
> # syntax: <propertyName>=<converterClassName>
> amount=com.acme.converters.MyCustomBigDecimalConverter
> 
> //assigning a Custom Converter class in xwork-conversion.properties
> # syntax: <type> = <converterClassName>
> 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-in-1.4-tp23746191p23756622.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