Versions Compared

Key

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

...

Since the action context is resolved after the value stack, you can reference the variable without the typical preceding marker (#) that has to be used with the JSP s:property tag. Omitting the marker can be convenient, but it can also trip you up, if used carelessly.

Code Block
xml
xml
#s-url#surl "id=url "value=http://www.yahoo.com"
Click <a href="${url}">here</a>!

...