potato-pyy 2012-07-27 11:19
浏览 313
已采纳

Struts2.3.4 json 调用总是error not found?????

struts-json.xml配置:


method="currentPage">



js:
$("#currpage").change(function(){
$.ajax({
type: "post",
dataType: "json",
url: "/json/tasksJson",
data: "pagingUtil.currPage=2 ,

success: function(msg){
alert(msg);
},
error:function(e, jqxhr,exception){
alert(exception);
}
});

});

action ::

public String currentPage(){
    System.out.println(pagingUtil.getCurrPage());
    pagingUtil.setEndPage(list.size());
    return Action.SUCCESS;
}

求指导.................

  • 写回答

1条回答 默认 最新

  • weixin_42608382 2012-07-27 12:59
    关注

    url: "/json/tasksJson",

    你的路径不对?/项目名/json/tasksJson.*?你用的是do还是action,还是什么?

    如果不用绝对路径,就把/json 前面的/去掉。。
    要么就
    url:"<%=request.getContextPath()%>/json/tasksJson.do或者.action或者.????"

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请问各位,如何在Jetson nano主控板的Ubuntu系统中安装PyQt5
  • ¥15 MAC安装佳能LBP2900驱动的网盘提取码
  • ¥400 微信停车小程序谁懂的来
  • ¥15 ATAC测序到底用什么peak文件做Diffbind差异分析
  • ¥15 安装ubantu过程中第一个vfat 文件挂载失败
  • ¥20 GZ::CTF如何兼容一些靶机?
  • ¥15 etcd集群部署问题
  • ¥20 谁可以帮我一下问一下各位
  • ¥15 为何重叠加权后love图的SMD与svyCreateTableOne函数绘制基线表的不一致
  • ¥150 求 《小魔指》街机游戏机整合模拟软件