struts2-error:The content of element type "package" must match "(result-types?,interceptors?,default-interceptor)

struts2-error:The content of element type "package" must match "(result-types?,interceptors?,default-interceptor)

 大清早struts2的配置文件报错The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action


意思是我在配置文件中:
result-types
interceptors
default-interceptor-ref
default-action-ref
default-class-ref
global-results
global-exception-mappings
action*(就是所有的action放到最后)
的顺序有问题,仔细检查了一遍也没发现有什么错误,想想是不是action里面的顺序有问题,(action里面的顺序是可以任意放的)最终刷新了一下页
面好了,是IDE在作怪吧,记录一下,以防下次再遇到。

你可能感兴趣的:(struts2-error:The content of element type "package" must match "(result-types?,interceptors?,default-interceptor))