<?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_groupMessageForm" type="com.appiancorp.ap2.p.groupmsg.GroupMessageForm" />
  </appian-form-beans>

  <global-forwards type="com.appiancorp.web.framework.kernel.main.ActionForward">
  </global-forwards>
  
  <appian-action-mappings>
    <appian-action path="/portlet/groupmsg/view"
            type="com.appiancorp.ap2.p.groupmsg.View" 
            name="ap_groupMessageForm" scope="request">
        <forward name="success" path="/portlet/groupmsg/groupmsg.jsp"/>
    </appian-action>

    <appian-action path="/portlet/groupmsg/save"
              type="com.appiancorp.ap2.p.groupmsg.Save" 
              name="ap_groupMessageForm" scope="request">
        <forward name="prepare" path="/portlet/groupmsg/configure.jsp"/>
        <forward name="success" path="/portlet/groupmsg/edit.do"/>
        <forward name="cancel" path="/portlet/groupmsg/edit.do"/>
    </appian-action>

    <appian-action path="/portlet/groupmsg/edit"
              type="com.appiancorp.ap2.p.groupmsg.View" 
              name="ap_groupMessageForm" scope="request">
        <forward name="success" path="/portlet/groupmsg/groupmsg.jsp"/>
    </appian-action>

    <appian-action path="/portlet/groupmsg/move"
            type="com.appiancorp.ap2.p.groupmsg.Move"
            name="ap_groupMessageForm" scope="request">
      <forward name="success" path="/portlet/groupmsg/edit.do"/>
    </appian-action>
    <appian-action path="/portlet/groupmsg/remove"
            type="com.appiancorp.ap2.p.groupmsg.Remove"
            name="ap_groupMessageForm" scope="request">
      <forward name="success" path="/portlet/groupmsg/edit.do"/>
    </appian-action>
  </appian-action-mappings>

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

</appian-web-config>
