<?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-action-mappings>

    <appian-action path="/components/calendar/createMCalendar"
            type="com.appiancorp.asi.components.calendar.MCalendar"  
            scope="request">
      <forward name="mcalendaring" path="/components/calendar/MCalendaringMain.jsp"/>
      <forward name="mdatetime" path="/components/calendar/MDatetimeMain.jsp"/>
    </appian-action>

    <appian-action path="/components/calendar/createMonthYearSelect"
            type="com.appiancorp.asi.components.calendar.MonthYearSelect"  
            scope="request">
      <forward name="success" path="/components/calendar/monthYearSelect.jsp"/>
    </appian-action>

    <appian-action path="/components/calendar/createTimeSelect"
            type="com.appiancorp.asi.components.calendar.TimeSelect"  
            scope="request">
      <forward name="success" path="/components/calendar/timeSelect.jsp"/>
    </appian-action>

    <appian-action path="/components/calendar/createGraphicCalendar"
            type="com.appiancorp.asi.components.calendar.GraphicCalendar"  
            scope="request">
      <forward name="success" path="/components/calendar/graphicCalendar.jsp"/>
    </appian-action>

  </appian-action-mappings>

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

</appian-web-config>
