I'm trying to change the generic hdiv validation message coming from MessageResources.properties:
hdiv.editable.error={0} has not allowed characters
I can override the message in my own messages.properties with:
hdiv.editable.error = {0} contains bla bla
Is there a way I can do hdiv.editable.bean.property
or something similar so that I can have field specific error messages?