Subversion Repositories bacoAlunos

Rev

Rev 1344 | Rev 1348 | 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.CertificadoForm" name="CertificadoForm"/>
    </form-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>

    </global-forwards>


    <action-mappings>



        <action path="/admin/criarCertificado" forward="page.certificado"/>

        <action path="/admin/criarCertificadoController"
               name="CertificadoForm"
               type="pt.estgp.estgweb.web.controllers.CertificadoController"
               scope="request"
               parameter="dispatch"
               validate="true"
               input="page.certificado">
            <forward name="criado" path="page.separators.home"/>
        </action>



        <action path="/user/startHome" forward="/user/home.do"/>
       
        <action path="/user/home" forward="page.separators.home"/>

        <action path="/user/startServiceZone" forward="/user/serviceZone.do"/>

        <action path="/user/serviceZone" forward="page.separators.serviceZone"/>

        <!--Controller with method to load intranet paths as root navigatable folders-->
        <action path="/user/utilsController"
               type="pt.estgp.estgweb.web.controllers.utils.UtilsController"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.welcome">
        </action>


        <action path="/user/listTeachers"
               type="pt.estgp.estgweb.web.controllers.contacts.ContactsController"
               scope="request"
               parameter="dispatch"
               validate="false">
            <forward name="contactTeachers" path="page.layoutIntranetContacts.listTeachers"/>
        </action>




    </action-mappings>

</struts-config>