我正在尝试使用诸如@Regexp, @Notnull,@NotBlank etc
. 我使用消息。显示我的错误消息的属性文件,例如
MerchantView.merchantPosId[not.blank]=Please enter merchant pos id's
MerchantView.merchantPosId[regexp]=Please enter merchant pos id's in comma separated numbers
MerchantView.merchantPosId[length]=Please do not enter more than 100 Characters.
MerchantView.accountNumber[not.null]=Please enter merchant account number.
我可以使用字符串字段或字段为空时(即使对于长字段和整数字段)进行所有字段验证。
但我无法为我的整数或长字段填充任何自定义消息。我需要使用什么样的注释。谢谢