Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: escape typo pointed out by mailtolouis2020-struts@yahoo.com

...

Code Block
titleAccessing scoped variables via <s:property.../> tags
<s:property value="#application\['foo'\]"/>
<s:property value="#session\['baz'\]"/>

Conversely, if you would like to make Struts 2 objects available to a JSP/JSTL scope, the s:set tag may be used like this:

...