Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
673 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
    <form-beans>
726 jmachado 10
        <form-bean type="pt.estgp.estgweb.web.form.comunicationfolder.ComunicationFolderForm" name="ComunicationFolderForm"/>
673 jmachado 11
    </form-beans>
12
 
13
    <global-exceptions>
14
 
15
    </global-exceptions>
16
 
17
    <global-forwards>
18
 
19
    </global-forwards>
20
 
21
    <action-mappings>
22
 
726 jmachado 23
        <!--<action path="/user/startSubmitBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=start&amp;from=ServiceZone"/>-->
24
        <!--<action path="/user/startDeleteBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=delete&amp;from=ServiceZone"/>-->
25
        <!--<action path="/user/startEditBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=edit&amp;from=ServiceZone"/>-->
26
        <!--<action path="/user/startLoadBlogFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=load&amp;from=ServiceZone"/>-->
27
        <!--<action path="/user/startLoadBlogMonthFromServiceZone" forward="/user/blogsControllerFromServiceZone.do?dispatch=loadMonth&amp;from=ServiceZone"/>-->
28
        <action path="/user/comunicationfolderController"
29
                type="pt.estgp.estgweb.web.controllers.comunicationfolder.ComunicationFolderController"
30
                name="ComunicationFolderForm"
673 jmachado 31
                scope="request"
32
                parameter="dispatch"
726 jmachado 33
                validate="false"
34
                input="page.separators.serviceZone">
35
            <forward name="comunicationFolder" path="page.submit.comunicationfolder.from.serviceZone"/>
36
            <!--<forward name="submit" path="page.submit.blog.from.serviceZone"/>-->
37
            <!--<forward name="loadMonth" path="page.load.blog.month.from.serviceZone"/>-->
38
            <forward name="from.add.role" path="page.submit.comunicationfolder.from.serviceZone"/>
673 jmachado 39
        </action>
40
 
41
    </action-mappings>
42
 
43
</struts-config>