1:?
Java代码?
ActionContext.getContext().getSession()???
ActionContext.getContext().getSession()?
这个方法获得的不是HttpSession对象,而是一个Map对象。?
要存值进去或者取值需要用以下方法?
2:用法?
Java代码?
ActionContext.getContext().getSession().put("validateCode", s);???????
?????
ActionContext.getContext().getSession().get("validateCode")????
ActionContext.getContext().getSession().put("validateCode", s);????
??
ActionContext.getContext().getSession().get("validateCode")??
以上方法和session.setAttribute();session.getAttribute();的作用相同,并且可以混用?
详细解决方案
Action 中获取 session的步骤ActionContext.getContext().getSession() 是一个Map对象
热度:412 发布时间:2012-08-22 09:50:35.0
相关解决方案
- ssh action 调用service的时分service 为null
- Struts-config.xml配置文件《action-地图pings》元素的详解
- hibernate 连接 oracle session 有关问题
- Servlet Session 购物车,该怎么解决
- 关于<form action >的一个有关问题
- 新手求解,使用struts报错Cannot retrieve definition for form bean studsForm on action /stu,该怎么解决
- form 表单交付 <form action="<c:url value='desktop'/>"
- Servlet Session 购物车解决办法
- ssh多数据库配置 如何get session
- 生手求解,使用struts报错Cannot retrieve definition for form bean studsForm on action /stu
- 上面是JAVA WEB中,学生在线考试(action)的代码,有几个不明白,帮忙解释一上
- SSH有关问题,There is no Action 地图ped for action name null
- hibernate中Query query=session.createQuery的有关问题
- CAPTCHA 模块中 ajax form 导致CAPTCHA session reuse attack detected异常,解决方法
- 有个有关问题,请各位帮忙看看:java.lang.ClassNotFoundException: org.apache.struts.action.Act
- 警告: Could not find action or result 什么原因?该如何解决
- session 覆盖的有关问题 求高手
- Could not deserialize session data解决方法
- response.write(session.getAttribute("BranchName")提示异常
- strust2 No result defined for action and result input有关问题
- JSP上if(trim(session.getAttribute("grade"))== "0") 多谢!
- struts2 action 实施大概超过一分钟后 不执行跳转了
- Struts2.0和sping3.0结合 诡异错误Unable to instantiate Action
- ASP上Set GetSession("conn")=server.CreateObject("adodb.connection")
- :Unable to intantiate Action
- jsp session 过期提示有关问题
- struts2 下传一段时间后报错No result defined for action and result input重启后便没有有关问题了
- description The requested resource (/gongqiu/goindex.action) is not available.解决方法
- function 施行 *action
- getSession().createQuery()发生java.lang.reflect.InvocationTargetException异常