How do I create a custom validator with a custom error message in Grails?
这里说明如何创建有关验证器错误的消息。如何为标准验证器创建有关错误的消息?
谢谢并抱歉我的英文
答案 0 :(得分:0)
看看here:
[Class Name].[Property Name].[Constraint Code]
例如你提供的,它将在i18n文件中:
personSignUpCommand.password.blank = First name should not be blank
另外,您可以在调试所有代码中看到验证错误。只需调用validate()检查域实例的错误属性。