<?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="asi_hierarchy_form"
                     type="com.appiancorp.asi.components.hierarchy.internal.HierarchyForm"/>
  </appian-form-beans>

  <appian-action-mappings>
    <appian-action path="/components/hierarchy/dynamic"
            type="com.appiancorp.asi.components.hierarchy.internal.HierarchyActionDynamic"
            name="asi_hierarchy_form"
            scope="request"
            validate="false">
    </appian-action>
    <appian-action path="/components/hierarchy/static"
            type="com.appiancorp.asi.components.hierarchy.internal.HierarchyActionStatic"
            name="asi_hierarchy_form"
            scope="request"
            validate="false">
    </appian-action>
    <appian-action path="/components/hierarchy/render"
            type="com.appiancorp.asi.components.hierarchy.internal.RenderHierarchy"
            name="asi_hierarchy_form"
            validate="false">
    </appian-action>
  </appian-action-mappings>

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

</appian-web-config>
