Subversion Repositories bacoAlunos

Rev

Rev 92 | 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.courseunits.CourseUnitsForm" name="CourseUnitsForm"/>
    </form-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>

    </global-forwards>


    <action-mappings>

        <action path="/startTeste2" forward="page.separators.home"/>


        <!--<action path="/user/startLoadCourseUnitFromHome" forward="page.load.courseunit.from.home"/>-->
        <action path="/user/startLoadCourseUnitFromHome" forward="/user/courseUnitControllerFromHome.do?dispatch=load&amp;from=Home"/>
        <action path="/user/courseUnitControllerFromHome"
               type="pt.estgp.estgweb.web.controllers.courseunits.CourseUnitsController"
               name="CourseUnitsForm"
               scope="request"
               parameter="dispatch"
               validate="false"
               input="page.welcome">
            <forward name="load" path="page.load.courseunit.from.home"/>
            <forward name="submit" path="page.submit.courseunit.from.home"/>
        </action>


    </action-mappings>

</struts-config>