<%-- - errors - - Output a list of errors for the command or bean specified in the - 'path' attribute. The markup enclosing each error message can be - customized by editing this tag file directly. - - @param path the name of the field to bind to (required) - @param fields whether the individual fields should also be checked, - specifically '${path}.*' (optional) --%> <%@ tag dynamic-attributes="attributes" isELIgnored="false" body-content="empty" %> <%@ include file="include.jsp" %> <%@ attribute name="path" required="true" %> <%@ attribute name="fields" required="false"%>

Please correct the following errors: