当前位置: 首页 > 工具软件 > CellEdit > 使用案例 >

jqgrid cellEdit 修改提示404

翁鸿远
2023-12-01
jqgrid 单元格修改,总是提示404
1:查看editUrl 是否正确
2:查看方法是否支持ajax请求

例如:
/
@RequestMapping("getCalculateMessage")
@ResponseBody
public String getCalculateMessage(@RequestParam(value="filePath")String filePath){
return "msg";

}

如果不加 @ResponseBody ,就会返回到指定的试图,就无法获得相应结果 jqgrid 认为是404
 类似资料: