📄 struts-config.xml~12~
字号:
<?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>
<form-bean name="bbb" type="example4.E4_ActionForm" />
</form-beans>
<action-mappings>
<action parameter="/WEB-INF/regist.jsp" path="/hjf" type="org.apache.struts.actions.ForwardAction" />
<action input="/WEB-INF/regist.jsp" name="bbb" path="/e4_Action" scope="session" type="example4.E4_Action" validate="true">
<forward name="guanli" path="/WEB-INF/guanli.jsp" />
<forward name="putong" path="/WEB-INF/putong.jsp" />
<forward name="rst" path="/WEB-INF/putong.jsp" />
</action>
</action-mappings>
<message-resources parameter="ApplicationResources" />
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
<set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" />
</plug-in>
</struts-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -