论坛首页 入门技术论坛

request中值问题

浏览 1108 次
该帖已经被评为新手帖
作者 正文
   发表时间:2008-05-28  
一个非常怪异的问题,帮忙看下,我在action 的execute()方法中,我拿到了request值.并打印出来,也就是调用了system.out.println();然后我在跳转后的.jsp页面中,取request中的值,只有1个,就是com.opensymphony.xwork.util.OgnlValueStack@974600
但当我把system.out.println();屏蔽掉时,在.jsp页面中,取request中的值,确得到6个,是[/helloworld.jsp,/helloWorld/hello.action, com.opensymphony.xwork.util.OgnlValueStack@167acf2, /helloWorld/hello.action, /helloWorld, /hello.action
这是怎么回事?????
代码如下:
public String execute() throws Exception {
Map mm = (Map) ActionContext.getContext().get("request");
//System.out.println("mm=" + mm.values());
return "ss";

}
jsp中:
<ww:property value="#request.values" />
这个取值和system.out.println();有什么关系???????
论坛首页 入门技术版

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