jsp页面:
"sAjaxSource": "<%=path%>/fygl/daiweiAction/getDataListbyzz.do",
后台java:
@RequestMapping(method={RequestMethod.POST,RequestMethod.GET},value="/getDataListbyzz.do")
public void getDataListbyzz(ModelMap model,HttpServletRequest request,HttpServletResponse response){
System.out.println("输出");
............
.......
错误日志:
17:39:20 WARN - Request method 'POST' not supported [org.springframework.web.servlet.PageNotFound]
不加载getDataListbyzz 方法, 页面一直是加载状态,不出东西...
页面F12看看实际地址是什么
感觉应该是这样的value=/fygl/daiweiAction/getDataListbyzz.do