Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typos.

...

Since the Welcome page is nothing but links, we don't need an Action class. But, we should still add a mapping, so that we can use use an action URI. If we link only to actions, and never to pages, then it's easy to add a an Action class later.

Code Block
<action name="Welcome" >
  <result>/tutorial/Welcome.jsp</result>
</action>

...

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

...