Subversion Repositories bacoAlunos

Rev

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-beans>

    <global-exceptions>

    </global-exceptions>

    <global-forwards>
        <!--JSON_WidgetAjax_RESPONSE-->
        <forward name="JSON_WidgetAjax_RESPONSE" path="page.widget.json.response"/>
        <forward name="JSON_WidgetAjax_RESPONSE_ERROR" path="page.widget.json.error"/>
        <forward name="JSON_WidgetAjax_RESPONSE_FAIL_VALIDATIONS" path="page.widget.json.fail.validations"/>
    </global-forwards>

    <action-mappings>
        <!-- See examples/struts-example-json-widget.xml to configurae actions-->
    </action-mappings>


</struts-config>