Thanks a lot for your help. Now it works of course :-)
-----Original Message----- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Freitag, 17. Februar 2006 11:58 To: MyFaces Discussion Subject: Re: display label in error message instead of id Hi! Ok, I found a problem if one uses outputText as child of outputLabel. Its fixed now. As a workaround now you can get rid of outputText and use the value= attribute in outputLabel directly. eg. <h:outputLabel for="input" value="label" /> <h:inputText id="input" required="true" /> Ciao, Mario

