Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed leading "/tutorial" in JSP paths as per comments.

...

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

...

Code Block
xml
xml
titlestruts.xml
borderStylesolid
<action name="*" >
  <result>/tutorial/{1}.jsp</result>
</action>

...