zoukankan      html  css  js  c++  java
  • 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*)".

    报错

    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*)".


    原因 action与result-type顺序搞错了

    package里元素必须按照一定的顺序排列:

    result-types
    interceptors
    default-interceptor-ref
    default-action-ref
    default-class-ref
    global-results
    global-exception-mappings
    action*

  • 相关阅读:
    高级查询及分页总结
    SQL编程
    线程同步
    创建和启动线程
    错题集04
    错题集03
    错题集02
    错题集
    新闻发布系统
    九大内置对象
  • 原文地址:https://www.cnblogs.com/tk55/p/7553139.html
Copyright © 2011-2022 走看看