so keys like TypeValidator.BigDecimal will take priority over TypeValidator
that way you can create the keys for different types.
sound good?
-Igor
On 3/1/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
TypeValidator adds a "${type}" key for validation messages. Is there any way to customize this for the specific case? For instance, I use TypeValidator for BigDecimals and Dates. I don't want my users seeing " java.math.BigDecimal" or "java.util.Date" in the validation messages.
Thanks for your time.