dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08990
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2293: Minor fixed
------------------------------------------------------------
revno: 2293
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
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>