<?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  type="com.appiancorp.web.framework.kernel.main.ActionFormBean">
    <appian-form-bean name="ap_forumGridResultsForm" type="com.appiancorp.forums.mediator.ForumGridResultsForm"/>
  </appian-form-beans>
  
  <global-forwards type="com.appiancorp.web.framework.kernel.main.ActionForward">
  </global-forwards>
  
  <appian-action-mappings>
	<appian-action path="/mythreads/mythreads"
          type="com.appiancorp.ap2.p.mythreads.MyThreads">
    <forward name="success" path="/portlet/mythreads/mythreads.jsp"/>
	</appian-action>
  </appian-action-mappings>

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

</appian-web-config>
