When going from JSF 1.0 to MyFaces JSF, I noticed that the detailed message that gets displayed when one specifies required="true" now includes the name of the field. Is that something that's specific to MyFaces, or is it part of JSF 1.1?
Also, related to that, is that message now overridable? I seem to recall that, unlike the messages for other validators, the message for required="true" is not overridable. Finally, is it possible for the message to refer to the name of the field in some way other than through the id of the field? Our IDs cannot have spaces in them, which requires compound names to get concatenated. This is fine for internally used variables, but users get a little freaked when they see a name like ModuleID instead of "Module ID". One thought I had was to use the field's title in the message instead of the field's id. Thanks, - Brendan

