Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
1title:Reference Another Object in the ActionContext
<s:property value="#session.mySessionPropKey"/> or
<s:property value="#session["'mySessionPropKey"']"/> or
<s:property value="#request["'mySessionPropKey"']/>

The ActionContext is also exposed to Action classes via a static method.

...