Versions Compared

Key

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

...

The tag will also URL-encode the link with the Java session ID, if needed, so that the Java session can be retained accross across requests.

Links with parameters

...

(tick) Wildcard mappings let you create your own conventions, so that you can avoid redundant configuration. The first mapping that matches a request wins. (So put a mapping like <action name="*" > last!)

If you are coding along, you can replace the Welcome action in your struts.xml with the Wildcard version.

...