<?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-form-bean name="ap_portlet_quicktask_form" type="com.appiancorp.ap2.p.quicktask.QuickTaskPortletForm" />
  </appian-form-beans>

  <appian-action-mappings>
    <appian-action path="/portlet/quicktask/view"
            type="com.appiancorp.ap2.p.quicktask.ViewQuickTaskPortlet" 
            name="ap_portlet_quicktask_form" scope="request" cancellable="true">
      <forward name="success" path="/portlet/quicktask/quickTaskPortletView.jsp"/>
      <forward name="no_task" path="/portlet/quicktask/quickTaskPortletView.jsp?displayTask=none"/>
      <forward name="configure" path="/portlet/quicktask/configureprepare.do"/>
    </appian-action>

    <appian-action path="/portlet/quicktask/configureprepare"
            type="com.appiancorp.ap2.p.quicktask.ConfigureQuickTaskPortletPrepare" 
            name="ap_portlet_quicktask_form" scope="request" cancellable="true">
      <forward name="success" path="/portlet/quicktask/quickTaskPortletConfigure.jsp"/>
    </appian-action>

    <appian-action path="/portlet/quicktask/configure"
            type="com.appiancorp.ap2.p.quicktask.ConfigureQuickTaskPortlet" 
            name="ap_portlet_quicktask_form" scope="request" cancellable="true">
      <forward name="prepare" path="/portlet/quicktask/quickTaskPortletConfigure.jsp"/>
      <forward name="success" path="/portlet/quicktask/view.do"/>
      <forward name="cancel" path="/portlet/quicktask/view.do"/>
      <forward name="no_access" path="/portal/error_nopermissions.jsp"/>
    </appian-action>
  </appian-action-mappings>

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

</appian-web-config>

