?? struts-config.xml~13~
字號:
<?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="formBean1" type="test.UserForm" />
</form-beans>
<global-forwards>
<forward name="registed" path="/regist/regist.jsp" />
<forward name="failed" path="/error/error.jsp" />
</global-forwards>
<action-mappings>
<action input="/login/login.jsp" name="formBean1" path="/login/regist" scope="session" type="test.RegistAction" />
<action forward="/links/links.jsp" path="/overview" />
</action-mappings>
</struts-config>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -