我希望使用spring验证程序在jsp上配置显示错误消息,但不使用属性文件和资源包
org.springframework.context。 NoSuchMessageException :代码“请输入用户firstname.keyUserRegistration.firstName”找不到代码“en_IN”
是否有任何其他更好的机制而不是资源包和属性文件来本地化应用程序?
答案 0 :(得分:0)
试试这个方法:
ValidationUtils.rejectIfEmpty(errors, "your attribute","error.your attribute", "Error message")