17 lines
586 B
XML
17 lines
586 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
|
|
|
|
<struts-config>
|
|
<form-beans/>
|
|
<global-exceptions/>
|
|
<global-forwards/>
|
|
<action-mappings>
|
|
</action-mappings>
|
|
|
|
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
|
|
<set-property property="pathnames"
|
|
value="/WEB-INF/beehive-netui-validator-rules.xml,/WEB-INF/validator-rules.xml,/WEB-INF/strutsValidator-validation.xml"/>
|
|
</plug-in>
|
|
|
|
</struts-config>
|