我正在尝试更改来自MessageResources.properties的通用hdiv验证消息:
hdiv.editable.error={0} has not allowed characters
我可以使用以下命令在我自己的messages.properties中覆盖该消息:
hdiv.editable.error = {0} contains bla bla
有什么方法可以执行
hdiv.editable.bean.property
或类似的方法,以便获得特定于字段的错误消息? 最佳答案
目前无法执行此操作。我们希望将来能够开发该功能。
问候,
Fernando Lozano(HDIV团队)