<?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_picker_form3"
               type="com.appiancorp.asi.components.picker3.PickerForm"/>
  </appian-form-beans>

  <appian-action-mappings>

    <appian-action path="/components/picker3/newPicker"
            type="com.appiancorp.asi.components.picker3.PickerAction" 
            name="asi_picker_form3" 
            validate="false" 
            scope="request">
      <forward name="success" path="/components/picker3/newPickerMain.jsp"/>
    </appian-action>

    <appian-action path="/process/designer/jsp/privileges" include="/process/designer/jsp/privileges.jsp"/>

  </appian-action-mappings>

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

</appian-web-config>
