首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts2配备顺序

2012-06-27 
struts2配置顺序如果顺序出错,启动的时候会报错如下: The content of element type package must match

struts2配置顺序

如果顺序出错,启动的时候会报错如下:

The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*)

正确的顺序如下:

result-types?

,interceptors?

,default-interceptor-ref?

,default-action-ref?

,default-class-ref?

,global-results?

,global-exception-mappings?

,action*

热点排行