Spring / Spring Interview questions II
What are the advantage of form:label tag in Spring?
The <form:label /> tag has access to the underlying model and binding results, so on error, it can use another style class.
<form:label cssClass="empClass" cssErrorClass="empErrorClass" path="empName" />
More Related questions...