struts2 配置错误There is no result type defined for type 'json'

本文解决了一个关于Struts2框架中使用JSONResult类型时出现的错误问题。升级struts2-json-plugin版本到2.1.16,并将继承的包从struts-default改为json-default,成功解决了后台运行时的错误。
摘要由CSDN通过智能技术生成


    在struts2的配置中看到 <result type="json"></result>,启动项目后,发现后台直接运行错误,

[com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]2013-05-18 10:17:59,232 [localhost-startStop-1]

[DEBUG] - The result type [org.apache.struts2.json.JSONResult] doesn't have a default param [DEFAULT_PARAM] defined!
[com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]java.lang.NoSuchFieldException: DEFAULT_PARAM
at java.lang.Class.getField(Class.java:1539)
at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addResultTypes(XmlConfigurationProvider.java:569)
at...

     和There is no result type defined for type 'json' ,将struts2-json-plugin-*.jar的版本号又2.1.8升级成2.1.16就ok拉!

  1. <package name="/" extends="json-default">  
  2.     <action name="aname" class="relationAction" method="getTeamByCounty">  
  3.         <result name=“list”  type="json" />  
  4.     </action> 
    注意:上面的这个extends ,默认的是继承struts-default,所以这里也需要修改,需要继承 json-default




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值