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

