1. How to add custom error messages in Hibernate validator stackoverflow.comI have a simple class like this,
I have ... |
2. Custom messages in Hibernate Validators coderanch.com |
3. Can I declare a custom validation message besides "required" forum.hibernate.org |
4. Hibernate custom validation messages forum.hibernate.orgHi! Any plans to configure custom messages other way than to overriding the org.hibernate.validator.resources.DefaultValidatorMessages.properties? The ValidatorMessages.properties feature in the classpath is vaporware. Or is the validator so bad that nobody is using it? (for example it can't validate fields that can be empty (with the exception of a Pattern that defines that, any other validator does not work there)? And on ... |