<struts-config>

  <form-beans>
    <!-- poll plugin mappings start - inserted by installer -->  
    <form-bean  name="com.escenic.poll.struts.SubmitForm" type="com.escenic.poll.struts.SubmitForm" />
  </form-beans>

  <action-mappings>
    <!-- poll-plugin public actions - used by public site -->        
    <action path="/test"
            type="com.escenic.poll.struts.HandleSubmitAction"
            name="com.escenic.poll.struts.SubmitForm"
            scope="request"
            parameter="">
      <forward name="success" path="/template/components/test/hurra.jsp" redirect="true" />
      <forward name="error" path="error.jsp" redirect="true" />
    </action>
    <!-- end poll-plugin public actions -->
  </action-mappings>

</struts-config>