------------------------------------------------------------ revno: 2293 committer: Hieu <[email protected]> branch nick: dhis2 timestamp: Mon 2010-12-06 14:31:32 +0700 message: Minor fixed modified: dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml 2010-12-06 05:46:01 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml 2010-12-06 07:31:32 +0000 @@ -1043,11 +1043,11 @@ <action name="validateUploadExcelImport" class="org.hisp.dhis.reportexcel.filemanager.action.ValidateUploadExcelTemplate"> <interceptor-ref name="fileUploadStack" /> - <result name="success" type="velocity-xml"> + <result name="success" type="velocity-json"> /dhis-web-commons/ajax/jsonResponseSuccess.vm</result> - <result name="error" type="velocity-xml"> + <result name="error" type="velocity-json"> /dhis-web-commons/ajax/jsonResponseError.vm</result> - <result name="input" type="velocity-xml"> + <result name="input" type="velocity-json"> /dhis-web-commons/ajax/jsonResponseInput.vm</result> </action>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

