tiechui

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

eg:

Struts ValueStack Debug

Value Stack Contents

ObjectProperty NameProperty Value
com.*******.******.action.Home appUrl abc
texts dddddd

Stack Context

These items are available using the #key notation

KeyValue
com.opensymphony.xwork2.dispatcher.HttpServletRequest        org.apache.struts2.dispatcher.StrutsRequestWrapper@143dc25

 

<s:property value="appUr">

=>abc

 

<s:property value="#request['com.opensymphony.xwork2.dispatcher.HttpServletRequest']" />

=>org.apache.struts2.dispatcher.StrutsRequestWrapper@143dc25

 

 

 

posted on 2010-11-22 11:16  tiechui  阅读(416)  评论(0编辑  收藏  举报