<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I have a lot of forms to do and i don't understand a point</div><div><br></div><div>&lt;h:outputLabel value="<b>client's birthdate</b>" for="birthDateField"/&gt;</div><div><br></div><div><h:inputtext id="birthDate" label="Date de naissance" value="#{contactManagedBean.currentContact.birthDate}"></h:inputtext><h:inputtext id="birthDate" label="Date de naissance" value="#{contactManagedBean.currentContact.birthDate}"></h:inputtext>&lt;h:inputText id="birthDateField" label="client's birthdate"/&gt;</div><div><br></div><div>&lt;h:message for="birthDateField"/&gt;</div><div><br></div><div>if i don't set label on inputText, i have an error message like :</div><div><br></div><div><span id="formNew:birthDateMessage" class="error"><i>formNew:birthDate: 'a' could not be understood as a date. Example: 12/09/2009 instead of&nbsp;</i></span></div><div><br></div><div><div><span id="formNew:birthDateMessage" class="error"><b>client's birthdate&nbsp;</b>: 'a' could not be understood as a date. Example: 12/09/2009</span></div><div><br></div><div>Can you reuse outputLabel value if exists ?</div><div><br></div><div>Just for information, this message is the french error message when i set a dateConverter on my inputText. (little bug)</div><div><br></div><div><br></div><div>Damien GOUYETTE</div><div><br></div><div><br></div><div><br></div></div></body></html>