浏览 1108 次
锁定老帖子 主题:request中值问题
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2008-05-28
但当我把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();有什么关系??????? 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |