Subversion Repositories bacoAlunos

Rev

Rev 1686 | Rev 1848 | 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-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>
        <forward name="welcomePedagogicSurvey" path="/WelcomePedagogicSurvey.do"/>

    </global-forwards>


    <action-mappings>




        <!-- Start Pages -->

        <action path="/WelcomePedagogicSurvey" forward="page.welcome.pae"/>

        <action path="/user/ChangePassword" forward="page.change.password.pae"/>
        <action path="/requestChangePassword" forward="page.request.change.password.pae"/>
        <action path="/user/changeMyPassword"
               type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
               name="EmptyForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.change.password.pae">
            <forward name="success" path="page.pae.separators.home"/>
            <forward name="fail.change.pass" path="page.change.password.pae"/>
        </action>
        <action path="/requestChangeMyPassword"
               type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
               name="EmptyForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.change.password.pae">
            <forward name="success" path="request.change.pass.response"/>
        </action>


        <!--Authentication-->
        <action path="/authenticatePae"
               type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
               name="EmptyForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.welcome.pae">
            <forward name="success" path="page.pae.separators.home"/>
            <forward name="logout" path="page.welcome.pae"/>
            <forward name="firstTimeAuthenticate" path="page.pae.separators.home"/>
        </action>

        <action path="/user/homePae" forward="page.pae.separators.home"/>

        <action path="/LogoutPae" forward="/authenticatePae.do?dispatch=logout"/>



        <!--Authentication-->
        <action path="/authenticateWidget"
               type="pt.estgp.estgweb.web.controllers.authenticate.AuthenticateController"
               name="WidgetModelForm"
               scope="request"
               parameter="dispatch"
               validate="true"
               input="page.widget.json.fail.validations">
        </action>


    </action-mappings>

</struts-config>