applicationresources.properties

来自「struts 1.3 配置多应用模块 用myeclipse 6.0 开发」· PROPERTIES 代码 · 共 21 行

PROPERTIES
21
字号
# Resources for parameter 'com.livechance.ApplicationResources'
# Project Struts01

########################################
## author king
## this program is used for change to another struts-config.xml file
## you can  read xml only


## Action is used for mapping.findforward();

## in struts-config.xml user.do 
#####   to test the different file between index.jsp and /toB/index.jsp
## default.do is used for change to another struts-config.xml and /toB/index.jsp
## /toStruts_Config_B.do is supported the class what they need
## so as struts-configB.xml


## index.jsp 
## <a href = "./toStruts_config_B.do?prefix=/toB&page=/toBIndex.do">struts-configB.xml</a>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?