整了一天多的Struts2的Ajax(JSON)把我搞晕了,也不知道是不是这样的问题导致parseJSON()方法不能调用,不过最后还是整出来了.大家看看是不是这个问题.
这是显示不出来的Ajax的struts.xml文件:
<constant name="struts.custom.i18n.resources" value="messageResource"/> <constant name="struts.i18n.encoding" value="UTF-8"/>
显示出来的Ajax的struts.xml文件:
<constant name="struts.i18n.encoding" value="GBK"/>
如图正确所示():
大家要用Ajax(JSON)开发的话,需注意几点问题:
1 prototype-1.4.0.js,json.js文件必需正确的导入页面
2 struts.xml文件必需继承json-default.xml文件
别的就不多说了,有时间的话在来这里道几笔.
-----------------------------------------------------------------------------------------------------------------------
最后,几分钟之后又重新测试了一下,它这个东西和<constant name="struts.i18n.encoding" value="GBK"/>里的编码有关系必须是GBK改成UTF-8就会出错!呵呵~~