struct 2: get stack value

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

原文地址:https://www.cnblogs.com/tiechui/p/1883937.html