You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

<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.

  • No labels