You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Martin Kjær Jørgensen <mk...@gotu.dk> on 2012/10/26 07:29:19 UTC

JSR303 validation message clientid removal

Hi,

I'm using JSR303 for validation on <h:inputtext> fields in my MyFaces
JSF project on Tomee (1.5.0). When the validation message is generated,
it appends the clientid of the component like:

 j_id_8:inputlastnames: is empty

I know it's possible to replace the clientid by using the label=""
attribute, but is there a way to configure it not to append the clientid
at all?