< xml version="1.0" encoding="UTF-8" >
"-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.3.0//EN"
"http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd">
struts-config.xml中集成Validate :
view plaincopy to clipboardprint < xml version="1.0" encoding="UTF-8" >
"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
"http://struts.apache.org/dtds/struts-config_1_3.dtd">
name="registerForm"
scope="request"
input="/register.jsp">
/WEB-INF/validation.xml"/>
< xml version="1.0" encoding="UTF-8" >
"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
"http://struts.apache.org/dtds/struts-config_1_3.dtd">
name="registerForm"
scope="request"
input="/register.jsp">
/WEB-INF/validation.xml"/>
作者“傅荣康”