You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/11/28 08:41:41 UTC

svn commit: r885069 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Author: mor
Date: Sat Nov 28 07:41:41 2009
New Revision: 885069

URL: http://svn.apache.org/viewvc?rev=885069&view=rev
Log:
Correction to response type, should have been none else it causes issues in processing Ajax request. Contribution from Pranay Pandey.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=885069&r1=885068&r2=885069&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Sat Nov 28 07:41:41 2009
@@ -1710,8 +1710,8 @@
     <request-map uri="silentAddPromoCode">
         <security https="true" auth="false"/>
         <event type="jsonjava" path="org.ofbiz.order.shoppingcart.ShoppingCartEvents" invoke="addProductPromoCode"/>
-        <response name="success" type="request" value="getCartData"/>
-        <response name="error" type="request" value="getCartData"/>
+        <response name="success" type="none"/>
+        <response name="error" type="none"/>
     </request-map>
     <request-map uri="getCartData">
         <security https="true" auth="false"/>