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/06/03 09:23:59 UTC

svn commit: r781284 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Author: mor
Date: Wed Jun  3 07:23:59 2009
New Revision: 781284

URL: http://svn.apache.org/viewvc?rev=781284&view=rev
Log:
Minor fix over last commit. Both response name was same.

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=781284&r1=781283&r2=781284&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Wed Jun  3 07:23:59 2009
@@ -501,7 +501,7 @@
         <security https="true" auth="true"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.ShoppingCartEvents" invoke="destroyCart"/>
         <response name="success" type="view" value="orderview"/>
-        <response name="success" type="view" value="orderview"/>
+        <response name="error" type="view" value="orderview"/>
      </request-map>
 
     <request-map uri="addseperator">