我正在尝试更改来自 MessageResources.properties 的通用 hdiv 验证消息:
hdiv.editable.error={0} has not allowed characters
我可以使用以下命令覆盖我自己的 messages.properties 中的消息:
hdiv.editable.error = {0} contains bla bla
有没有办法我可以做hdiv.editable.bean.property
或类似的事情,以便我可以获得特定于字段的错误消息?