Id « Validation « JPA Q&A





1. How to get rid of the client id in hibernate validator?    stackoverflow.com

I use hibernate validator 4.0.2-GA to validate my input fields. All works fine, but it always displays the message with the client id:

typeForm:title: Bitte einen Titel zwischen 6 und 128 Zeichen ...

2. Hibernate Validator: How to get the message ID's for any given error?    stackoverflow.com

In some cases I get an unexpected error message (I missed a message for some condition that Hibernate Validator checks for). In trying to debug which message I need to update, how ...