论坛首页 Web前端技术论坛

DWR里的STRUTS CREATER 问题

浏览 2759 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-06-10  
DWR
在struts配置文件中,actionform的scope设置request时候,
在view层的jsp无法使用该acitonform.
后来看了下DWR的源代码。
在org.directwebremoting.struts.StrutsCreator中是这样取得actionform的实例的:
ActionForm formInstance = (ActionForm) WebContextFactory.get().getSession().getAttribute(formBean);

request能够即时释放内存啊,应该鼓励才对,在这里为什么把它抛弃了呢?
还是我理解有错误?
   发表时间:2007-06-11  
这里是存在HttpSession里了,可以用session.getAttribute("key")得到。
但是为什么不存在HttpRequest里呢向,像request.setAttribute("key",actionform)。
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics