Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CamelCase result type

...

Code Block
formatxml
titlestruts.xml
borderStylesolid
<action name="Logon" class="tutorial.Logon">
  <result type="redirect-actionredirectAction">Menu</result>
  <result name="input">/tutorial/Logon.jsp</result>
</action>

...