Subversion Repositories bacoAlunos

Rev

Rev 1704 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1616 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
 
9
 
10
    <form-beans>
1830 jmachado 11
 
1616 jmachado 12
    </form-beans>
13
 
14
    <global-exceptions>
15
 
16
    </global-exceptions>
17
 
18
    <global-forwards>
19
        <!--JSON_WidgetAjax_RESPONSE-->
20
 
21
    </global-forwards>
22
 
23
    <action-mappings>
24
 
1830 jmachado 25
 
26
        <action path="/user/json/repository"
27
                type="pt.estgp.estgweb.web.controllers.utils.RepositoryUtilsController"
1616 jmachado 28
                name="WidgetModelForm"
29
                scope="request"
30
                parameter="dispatch"
31
                validate="true"
32
                input="page.widget.json.fail.validations">
33
        </action>
34
 
1704 jmachado 35
 
36
 
1616 jmachado 37
    </action-mappings>
38
 
39
 
40
</struts-config>