大清早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在作怪吧,记录一下,以防下次再遇到。
posted on 2009-11-04 09:31
junly 阅读(2592)
评论(0) 编辑 收藏 所属分类:
struts2/struts1.3/JSF