王德森

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

将对象放入session:

    ActionContext.getContext().getSession().put("stu_id",id);

将session值取出来使用:

    Integer id = (Integer) ActionContext.getContext().getSession().get("stu_id");

posted on 2014-05-09 03:43  王德森  阅读(226)  评论(0)    收藏  举报