Subversion Repositories bacoAlunos

Rev

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

<?xml version="1.0" encoding="UTF-8"?>

<!--<!DOCTYPE struts-config PUBLIC-->
        <!--"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"-->
        <!--"http://struts.apache.org/dtds/struts-config_1_3.dtd">-->

<struts-config>


    <form-beans>
        <form-bean type="pt.estgp.estgweb.web.form.widgetmodel.WidgetModelForm" name="WidgetModelForm"/>
    </form-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>
        <!--JSON_WidgetAjax_RESPONSE-->

    </global-forwards>

    <action-mappings>

        <action path="/user/jsonModel" forward="/user/json/model.do"/>
        <action path="/user/json/model"
               type="pt.estgp.estgweb.web.controllers.widgetmodel.ModelWidgetController"
               name="WidgetModelForm"
               scope="request"
               parameter="dispatch"
               validate="true"
               input="page.widget.json.fail.validations">
        </action>



    </action-mappings>


</struts-config>