我想使用全局结果“登录”.但是它只能在没有全局结果的情况下工作.这是我的配置的相关部分:
categoryList.jsp
categoryDetail.jsp
/WEB-INF/login.jsp
当我启动应用程序时,它将引发此异常:
org.xml.sax.SAXParseException: 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*)”.
怎么了?
解决方法:
得到它了!顺序很重要.
struts.xml中的顺序很重要:
>结果类型?
>拦截器?
>默认拦截器引用?
>默认动作参考?
>默认类引用?
>全球结果?
>全局异常映射?
>行动*