Subversion Repositories bacoAlunos

Rev

Rev 1068 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1048 jmachado 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
3
<!--<!DOCTYPE struts-config PUBLIC-->
4
<!--"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"-->
5
<!--"http://struts.apache.org/dtds/struts-config_1_3.dtd">-->
6
 
7
<struts-config>
8
    <form-beans>
9
        <form-bean type="pt.estgp.estgweb.web.form.configuration.ConfigurationGradesForm" name="ConfigurationGradesForm"/>
10
    </form-beans>
11
 
12
    <global-exceptions>
13
 
14
    </global-exceptions>
15
 
16
    <global-forwards>
17
 
18
    </global-forwards>
19
    <action-mappings>
20
 
21
 
22
 
23
        <action path="/user/configurationGrades" forward="page.configuration.grades"/>
24
 
25
        <action path="/user/grades"
26
                type="pt.estgp.estgweb.web.controllers.configuration.GradesController"
27
                name="ConfigurationGradesForm"
28
                scope="request"
29
                parameter="dispatch"
30
                validate="false"
31
                input="page.separators.serviceZone">
32
 
33
            <forward name="save" path="page.separators.serviceZone"/>
34
            <forward name="grades" path="page.configuration.grades"/>
35
        </action>
36
 
37
 
38
    </action-mappings>
39
</struts-config>