Spring MVC 校验处理
程序员文章站
2022-03-05 12:13:05
...
实现Spring MVC框架Validator接口的校验器类,对HTML表单的输入域进行绑定到command对象的过程进行校验操作。
<spring:bind path="command.*">
<c:if test="${not empty satus.errorMessages}">
<c:forEach var="error" items="${status.errorMessages}">
<font color="red"><c:out value="${error}" escapeXml="false"/></font><br/>
</c:forEach>
</c:if>
</spring:bind>
上一篇: lucene的多种搜索
下一篇: openssl ruby centos