I have a JSP with spring:error tag.
Please refer below
What should be in <c:if test="XXXX"> tag so that <p> emailAddress tag get displayed only when there is an error for emailAddress field.Code:<c:if test="XXXX"> <p class="error" > <form:errors path="emailAddress" /> </p> </c:if>
Please help!!


Reply With Quote
