struts-config.xml 配置详解
弄清楚struts-config.xml中各项元素的作用,对于我们构建web项目有莫大的好处。它主要有8个子元素,DTD定义如下:
(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,
message-resources*,plug-in*)
以上8个元素,下面一一描述:
1. date-sources元素
date-sources元素用来配置应用程[......]