Subversion Repositories bacoAlunos

Rev

Rev 249 | Rev 344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 249 Rev 343
Line 46... Line 46...
46
                validate="false"
46
                validate="false"
47
                input="page.separators.serviceZone">
47
                input="page.separators.serviceZone">
48
            <forward name="submit" path="page.submit.course.from.service.zone"/>
48
            <forward name="submit" path="page.submit.course.from.service.zone"/>
49
        </action>
49
        </action>
50
 
50
 
-
 
51
        <action path="/user/startLoadDirectedCoordinatedCoursesFromHome" forward="/user/courseControllerFromHome.do?dispatch=loadDirectedCoordininatedCourses&amp;from=Home"/>
-
 
52
        <action path="/user/courseControllerFromHome"
-
 
53
                type="pt.estgp.estgweb.web.controllers.courses.CoursesController"
-
 
54
                name="CourseForm"
-
 
55
                scope="request"
-
 
56
                parameter="dispatch"
-
 
57
                validate="false"
-
 
58
                input="page.separators.serviceZone">
-
 
59
            <forward name="load.directed.coordinated.courses" path="page.directed.coordinated.courses.from.home"/>
-
 
60
            <forward name="home" path="page.separators.home"/>
-
 
61
        </action>
-
 
62
 
51
       
63
       
52
 
64
 
53
    </action-mappings>
65
    </action-mappings>
54
 
66
 
55
</struts-config>
67
</struts-config>
56
68