| <?xml version="1.0" encoding="ISO-8859-1" ?> | |
| <!DOCTYPE struts-config PUBLIC | |
| "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" | |
| "http://struts.apache.org/dtds/struts-config_1_3.dtd"> | |
| <struts-config> | |
| <message-resources | |
| parameter="MessageResources"/> | |
| <plug-in | |
| className="org.apache.struts.validator.ValidatorPlugIn"> | |
| <set-property | |
| property="pathnames" | |
| value="/org/apache/struts/validator/validator-rules.xml, | |
| /WEB-INF/Register-validate.xml" | |
| /> | |
| </plug-in> | |
| </struts-config> |