Hi there,
at the moment I've got a construct like this:
<div class="line">
<label>Label</label>
<h:inputText id="text-id1" required="true" ... />
</div>
Now when a validation exception is thrown I show them in a
<h:messages ... />
Is it possible to set the error class to my wrapping div?