日期:2014-05-18  浏览次数:20671 次

struts中的ActionForward的setContextRelative是什么意思
在学习一个struts例程,其中有如下代码

ActionForward   forward   =   new   ActionForward();
                               
forward.setContextRelative(true);
我不明白forward.setContextRelative(true);是什么意思想要干什么?



------解决方案--------------------
http://struts.apache.org/1.3.8/apidocs/org/apache/struts/action/ActionForward.html

文档地址