You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2008/10/03 22:09:33 UTC

svn commit: r701518 - /ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml

Author: mrisaliti
Date: Fri Oct  3 13:09:32 2008
New Revision: 701518

URL: http://svn.apache.org/viewvc?rev=701518&view=rev
Log:
Changed two wrong requests in controller.xml

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

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml?rev=701518&r1=701517&r2=701518&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml Fri Oct  3 13:09:32 2008
@@ -191,8 +191,8 @@
         <security https="true" auth="true"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.ShoppingCartEvents" invoke="addToCart"/>
         <response name="success" type="view" value="main"/>
-        <response name="survey" type="view" value="survey"/>
-        <response name="product" type="view" value="product"/>
+        <response name="survey" type="view" value="main"/>
+        <response name="product" type="view" value="main"/>
         <response name="viewcart" type="request-redirect" value="main"/>
         <response name="error" type="view" value="main"/>
     </request-map>