Sorry, first time user; java server faces question may be unrelated to MyFaces.
Is there a way to add an extra message to javax.faces.component.UIInput.REQUIRED. For example, this is defined in a properties file. But is there a way to append extra stuff to the message, some form of event listener to inject an extra message. javax.faces.component.UIInput.REQUIRED=error, please correct For example, here I want to add the field that is required.

