首页 > 其他 > 详细

struts2 遇到的一些坑

时间:2015-03-25 12:15:08      阅读:152      评论:0      收藏:0      [点我收藏+]

struts2配置注意点:
1.struts2.xml action的name属性不能包含大写

2.json返回结果param标签中的不能为关键词,比如token

<result name="tokenInvalid" type="json">
    <param name="includeProperties">status</param>
</result> 

struts2 遇到的一些坑

原文:http://blog.csdn.net/coslay/article/details/44618763

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!