div « validation « JSF Q&A





1. JSF setting div class after validation exception    stackoverflow.com

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 ...