Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: saf: => s:

To access the ValueStack from third-party JSP taglibs, expose property values to JSP using the <saf<s:set tag.

Code Block
xml:titleSet a request scoped parameter 'a' to list of integers
<saf<s:set name="'a'" value="{ 1, 2, 3, 4 }" scope="request"/>

...