📄 struts-config.xml~10~
字号:
<?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="/login/overview" />
</action-mappings>
</struts-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -