Chinaunix首页 | 论坛 | 博客
  • 博客访问: 688460
  • 博文数量: 118
  • 博客积分: 2933
  • 博客等级: 少校
  • 技术积分: 1779
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-27 10:16
文章存档

2013年(35)

2012年(27)

2011年(23)

2010年(33)

分类: Web开发

2013-06-17 11:22:05

1.  //将用户bean对象存放在session中
  ActionContext.getContext().getSession().put("userBean", userBean);
2. 取得用户bean对象
 //取得用户bean的详细信息 
  ActionContext.getContext().getSession().put("userBean", userBean);



阅读(8021) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~