码迷,mamicode.com
首页 > Web开发 > 详细

struts配置result类型为json后导致页面不能访问的错误

时间:2015-04-22 13:42:51      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

错误提示为:

Caused by: There is no result type defined for type ‘json‘ mapped with name ‘success‘.  Did you mean ‘json‘? - result

 

解决办法。将package包的继承改为json-default即可,如:   <package name="jsontest" extends="json-default"> 

struts配置result类型为json后导致页面不能访问的错误

标签:

原文地址:http://www.cnblogs.com/qq552048250/p/4447108.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!