Hibernate Validator: How to get the message ID's for any given error?
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 do I find the message codes that Hibernate is looking up?
This is usu开发者_如何学Goally around 4 codes, something like: MyObject.field
, Size
, etc.
精彩评论