0
我是jqGrid和Spring MVC的新手。为了得到参数我做了以下内容:Spring MVC - jqGrid - 从视图到控制器传递对象
@RequestMapping(value = "/approveOperators", method = RequestMethod.POST)
public @ResponseBody StatusResponse approveOperators(@RequestParam("operatorId") String operatorId) {
System.out.print(operatorId);
}
但如果我需要通过所选择(selrow)只有对象。