摘要:
将对象放入session: ActionContext.getContext().getSession().put("stu_id",id);将session值取出来使用: Integer id =(Integer) ActionContext.getContext().getSession().... 阅读全文
posted @ 2014-05-09 03:43
王德森
阅读(226)
评论(0)
推荐(0)
|
摘要:
将对象放入session: ActionContext.getContext().getSession().put("stu_id",id);将session值取出来使用: Integer id =(Integer) ActionContext.getContext().getSession().... 阅读全文
posted @ 2014-05-09 03:43
王德森
阅读(226)
评论(0)
推荐(0)
摘要:
纠结到现在,还好试出来了JSP页面使用struts标签向action传值:xxx表示你javabean对象,stu_id为session中的值 阅读全文
posted @ 2014-05-09 02:04
王德森
阅读(179)
评论(0)
推荐(0)
|