【Struts2】struts.xml中配置package出错

struts.xml中:

<package name="stdiv3-default" extends="struts-default,json-default2" abstract="true">
      ......
</package>
报错:2013-04-09 13:44:25 [ERROR] [com.opensymphony.xwork2.util.logging.commons.CommonsLogger.error(CommonsLogger.java:34)] Unable to find parent packages json-default2

说明:package“json-default2”无法找到/未定义!

官方文档:http://struts.apache.org/release/2.3.x/docs/package-configuration.html

你可能感兴趣的:(【Struts2】struts.xml中配置package出错)