Subversion Repositories bacoAlunos

Rev

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

Rev 1704 Rev 1830
Line 20... Line 20...
20
 
20
 
21
    </global-forwards>
21
    </global-forwards>
22
 
22
 
23
    <action-mappings>
23
    <action-mappings>
24
 
24
 
-
 
25
 
-
 
26
        <!-- Os serviços disponiveis destes mapeamentos estao indexados no ficheiro struts-json-ws.xml -->
-
 
27
 
-
 
28
 
25
        <action path="/user/jsonModel" forward="/user/json/model.do"/>
29
        <action path="/user/jsonModel" forward="/user/json/model.do"/>
26
        <action path="/user/json/model"
30
        <action path="/user/json/model"
27
                type="pt.estgp.estgweb.web.controllers.widgetmodel.ModelWidgetController"
31
                type="pt.estgp.estgweb.web.controllers.widgetmodel.ModelWidgetController"
28
                name="WidgetModelForm"
32
                name="WidgetModelForm"
29
                scope="request"
33
                scope="request"
30
                parameter="dispatch"
34
                parameter="dispatch"
31
                validate="true"
35
                validate="true"
32
                input="page.widget.json.fail.validations">
36
                input="page.widget.json.fail.validations">
-
 
37
        </action>
-
 
38
 
-
 
39
 
-
 
40
        <action path="/json/coursesServices"
-
 
41
                type="pt.estgp.estgweb.web.controllers.widgetmodel.CoursesServicesWidgetController"
-
 
42
                name="WidgetModelForm"
-
 
43
                scope="request"
-
 
44
                parameter="dispatch"
-
 
45
                validate="true"
-
 
46
                input="page.widget.json.fail.validations">
33
        </action>
47
        </action>
34
 
48
 
35
 
49
 
36
 
50
 
37
    </action-mappings>
51
    </action-mappings>