首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Struts 中怎么使用重定向

2012-10-21 
Struts 中如何使用重定向使用getRequestDispatcher 的方式,对于绝对路径是可以使用的,struts会自动加上con

Struts 中如何使用重定向

使用getRequestDispatcher 的方式,对于绝对路径是可以使用的,struts会自动加上context的。注意红色字体部分,如果没有将显示白页。

request.getRequestDispatcher("/syslog/triger_manage.do?method=findTriger").forward(request,response);

热点排行