摘要:将对象放入session: ActionContext.getContext().getSession().put("stu_id",id);将session值取出来使用: Integer id =(Integer) ActionContext.getContext().getSession()....
阅读全文
05 2014 档案
摘要:将对象放入session: ActionContext.getContext().getSession().put("stu_id",id);将session值取出来使用: Integer id =(Integer) ActionContext.getContext().getSession()....
阅读全文
摘要:纠结到现在,还好试出来了JSP页面使用struts标签向action传值:xxx表示你javabean对象,stu_id为session中的值
阅读全文
|