<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appian-web-config PUBLIC "-//Appian Corporation//DTD Appian Web MVC Configuration 1.0//EN" "/WEB-INF/appian-web-config_1_0.dtd" >

<appian-web-config>
  <appian-form-beans/>

  <appian-action-mappings>
    <appian-action path="/portlet/mytasks/view"
        type="com.appiancorp.ap2.p.mytasks.MyTasksController">
      <forward name="success" path="/portlet/mytasks/view.jsp"/>
      <forward name="edit" path="/portlet/mytasks/updateprepare.do"/>
    </appian-action>
    <appian-action path="/portlet/mytasks/updateprepare"
        type="com.appiancorp.ap2.p.mytasks.UpdateMyTasksPrepare">
      <forward name="success" path="/portlet/mytasks/configure.jsp"/>
    </appian-action>
    <appian-action path="/portlet/mytasks/update"
        type="com.appiancorp.ap2.p.mytasks.UpdateMyTasks">
      <forward name="prepare" path="/portlet/mytasks/configure.jsp"/>
      <forward name="success" path="/portlet/mytasks/view.do"/>
      <forward name="cancel" path="/portlet/mytasks/view.do"/>
    </appian-action>
  </appian-action-mappings>

  <message-resources parameter="resources.application"/>

</appian-web-config>
