?? struts-config.xml~15~
字號:
<?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/regist.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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -