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

svn commit: r721371 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Author: ashish
Date: Thu Nov 27 23:49:14 2008
New Revision: 721371

URL: http://svn.apache.org/viewvc?rev=721371&view=rev
Log:
Small fix for the even type="jsonsimple".
Due to this change the request will work properly on the server as well as on local machine.

Thanks Jyotsna Rathore for reporting this fix.

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

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=721371&r1=721370&r2=721371&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Thu Nov 27 23:49:14 2008
@@ -1627,7 +1627,7 @@
     <request-map uri="setShippingOption">
         <security https="true" auth="false"/>
         <event type="jsonsimple" path="org/ofbiz/ecommerce/customer/CustomerEvents.xml" invoke="setShippingOption"/>
-        <response name="success" type="request" value="onePageCheckout"/>
+        <response name="success" type="none"/>
         <response name="error" type="none"/>
     </request-map>