struts2配置文件跳转返回json问题,请帮我详细介绍下问题。说的好我会在加分。 20
请问在<action>里写<result>有什么要求么。为什么我在struts2.xml里写的能页面返回json在struts-celloa-actions里写就页面一直...
请问在<action>里写<result>有什么要求么。为什么我在struts2.xml里写的能页面返回json在struts-celloa-actions里写就页面一直在转,要不就没反应要不就半天后报超时。
我的代码如下
public String userInfoList(){ saveUserToSession(); boolean result = true; String code = IConstants.CODE_SUCCESS; String message = "获取用户列表成功"; JSONArray oj = null; try { //模糊查询方法,输入王找姓王的 hrms = hrmUserService.searchHrms(condition, null, start+"", end+""); System.out.println(hrms); if(hrms!=null){ oj = JSONArray.fromObject(hrms); } } catch (Exception e) { message = "查询联系人出错"; code = IConstants.CODE_UNKNOW_ERROR; LOG.error(message, e); } responseBean = new ResponseBean(result, code, message); responseBean.setData(oj); //返回名要跟struts配置文件里的对应 return "json-response11"; } 展开
我的代码如下
public String userInfoList(){ saveUserToSession(); boolean result = true; String code = IConstants.CODE_SUCCESS; String message = "获取用户列表成功"; JSONArray oj = null; try { //模糊查询方法,输入王找姓王的 hrms = hrmUserService.searchHrms(condition, null, start+"", end+""); System.out.println(hrms); if(hrms!=null){ oj = JSONArray.fromObject(hrms); } } catch (Exception e) { message = "查询联系人出错"; code = IConstants.CODE_UNKNOW_ERROR; LOG.error(message, e); } responseBean = new ResponseBean(result, code, message); responseBean.setData(oj); //返回名要跟struts配置文件里的对应 return "json-response11"; } 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询