1. How to get rid of the client id in hibernate validator? stackoverflow.comI 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:
|
2. Hibernate Validator: How to get the message ID's for any given error? stackoverflow.comIn 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 ... |