[OFBiz] SVN: r6526 - trunk/applications/order/webapp/ordermgr/WEB-INF
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Wed Jan 18 16:40:09 CST 2006
Author: sichen
Date: 2006-01-18 16:40:05 -0600 (Wed, 18 Jan 2006)
New Revision: 6526
Modified:
trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
Log:
Fixed bug where errors were sent to a request 'showcart' rather than view
Modified: trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml 2006-01-18 19:19:16 UTC (rev 6525)
+++ trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml 2006-01-18 22:40:05 UTC (rev 6526)
@@ -527,13 +527,13 @@
<security https="true" auth="true"/>
<event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" invoke="setPartialCheckOutOptions"/>
<response name="success" type="view" value="checkoutshippingaddress"/>
- <response name="error" type="request" value="showcart"/>
+ <response name="error" type="view" value="showcart"/>
</request-map>
<request-map uri="checkout">
<security https="true" auth="true"/>
<event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" invoke="setCheckOutOptions"/>
<response name="success" type="request" value="calcShipping"/>
- <response name="error" type="request" value="showcart"/>
+ <response name="error" type="view" value="showcart"/>
</request-map>
<request-map uri="createPostalAddressAndPurpose">
<security https="true" auth="true"/>
More information about the Svn
mailing list