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