Versions Compared

Key

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

<action name="form03" class="lessons.Form03Action">
      <result name="success" type="dispatcher">page03-success.jsp</result>
      <result name="error" type="dispatcher">page03-error.jsp</result>
</action>

As you can see that result configuration is made up of two parts: result mappings, which you've already seen associated with an action mapping and result types.

...