ActionContext.getContext().getSession().put("teacherlist", teacherlist);

teacherlist=(List<Teacher>) ActionContext.getContext().getSession().get("teacherlist");

清除

ActionContext.getContext().getSession().clear();

  

相关文章: