"-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config.dtd">
path="/error.jsp"
scope="session"
type="hello.HandleError"/>
name="searchForm"
scope="request"
validate="true"
input="/search.jsp">
locale="true"
processorClass="CustomRequestProcessor">
parameter="defaultResource"/>
null="false"
parameter="ImageResources"/>
value="/WEB-INF/validator-rules.xml,/WEB-INF/vlaidation.xml"/>
一、为struts配置web.xml
1,配置ActionServlet(only one),使其接收应用程序收到的所有请求
分为两步,a:使用servlet元素配置servlet实例,做servlet-mapping
2,配置初始化参数:init-param,以name/value表示
config :默认为/WEB-INF/struts-config.xml
config/sub1:config/... 从附加的struts配置文件中加在资程序sub1
debug:servlet的调试detail
detail:Digester的调试detail
convertHack
3,
4,
5,
(
<
二、Struts配置文件
ApplicationConfig: 包含了struts配置文件中的所有信息
1,
2,
3,
4,
在Struts1.3中已经取消了