I would like to style my forms in case of errors a bit more.
Standard-usage is to print the error with help of <f:errors path="name" cssClass="error" />
But I want to mark the corresponding text fields as well - maybe by adding an additional style.
Can this be done in an easy way?
Thanks in advance and cheers
Martin