繁体中文
设为首页
加入收藏
当前位置:JSP技术首页 >> 资料/其它 >> 使用request传递数据

使用request传递数据

2005-03-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:在Controller(JPF)中: protected Forward begin() { String actions="3"; HttpServletRequest req=this.getRequest(); req.setAttribute("actions",actions); return ne...
关键字:request 数据

在Controller(JPF)中: protected Forward begin() { String actions="3"; HttpServletRequest req=this.getRequest(); req.setAttribute("actions",actions); return new Forward("success"); }

JSP页面中:

Update Asset Realisation Status Generate Final Reminder (for re-generation only) For Case officer's Action

责任编辑:admin
相关文章