Versions Compared

Key

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

Wiki Markup
The application, session and request objects are available from within ww tags in jsp wherever ognl can be evaluated. Use the #session syntax to get the object and access values by their keys using \[OS:'key'].

Code Block
<ww:property value="#application\[OS:'foo'\]"/>

<ww:property value="#session\[OS:'baz'\]"/>

Conversely, if you would like to make webwork objects availible to say the jsp/jstl request scope. The property tag can be used like this.

...