I want to change the default message for typemismatch.java.math.BigDecimal in i18 message properties file for different properties.

In the documentation it says, use typeMismatch.$className.$propertyName to customize but that does not work for me.

Did anyone come across this issue. Any help is appreciated.

link|improve this question
Can you show the exact property you added ? – Don May 17 '11 at 9:10
feedback

1 Answer

For a property foo, the following should override the default message:

typeMismatch.java.math.BigDecimal.foo=Property {0} must be a valid number
link|improve this answer
typeMismatch.java.math.BigDecimal.amount = Amount value is invalid. does not work for me. Do i need to specify the class name the property belongs to. – user741701 May 18 '11 at 13:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.