摘要: 后台有个方法,里面部分代码如下:System.out.print("alter:"+user.getId()); User temp=userservice.getUserByUserId(user.getId()); System.out.print(temp.getUsername()); ActionContext.getContext().put("temp", temp); return "userAlter";经过调试,temp对象是有值的,上面的代码也是正确的,但是如果我将 ActionContext.getContex 阅读全文
posted @ 2013-09-29 11:09 shenghaishiweini 阅读(318) 评论(0) 推荐(0) 编辑