Subversion Repositories bacoAlunos

Rev

Rev 726 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>

<!--<!DOCTYPE struts-config PUBLIC-->
<!--"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"-->
<!--"http://struts.apache.org/dtds/struts-config_1_3.dtd">-->

<struts-config>

    <form-beans>
        <form-bean type="pt.estgp.estgweb.web.form.comunicationfolder.ComunicationFolderForm" name="ComunicationFolderForm"/>
    </form-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>

    </global-forwards>

    <action-mappings>

        <!--<action path="/user/startSubmitBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=start&amp;from=ServiceZone"/>-->
        <!--<action path="/user/startDeleteBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=delete&amp;from=ServiceZone"/>-->
        <!--<action path="/user/startEditBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=edit&amp;from=ServiceZone"/>-->
        <!--<action path="/user/startLoadBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=load&amp;from=ServiceZone"/>-->
        <!--<action path="/user/startLoadBlogMonthFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=loadMonth&amp;from=ServiceZone"/>-->
        <action path="/user/comunicationfolderController"
               type="pt.estgp.estgweb.web.controllers.comunicationfolder.ComunicationFolderController"
               name="ComunicationFolderForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.separators.serviceZone">
            <forward name="comunicationFolder" path="page.submit.comunicationfolder.from.serviceZone"/>
            <!--<forward name="submit" path="page.submit.blog.from.serviceZone"/>-->
            <!--<forward name="loadMonth" path="page.load.blog.month.from.serviceZone"/>-->
            <forward name="from.add.role" path="page.submit.comunicationfolder.from.serviceZone"/>
        </action>

    </action-mappings>

</struts-config>