Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed example tag prefix from saf to s as per comment.

...

Code Block
titleAccessing the Session or Request from a JSP
<saf<s: property value="#session.myId" />

<saf<s: property value="#request.myId" />

...