svn commit: r419615 - /incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r419615 - /incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml

sichen
Author: sichen
Date: Thu Jul  6 09:45:26 2006
New Revision: 419615

URL: http://svn.apache.org/viewvc?rev=419615&view=rev
Log:
Changed success request map to request-redirect instead of view after the dhl shipment request, so a back button doesn't try to schedule another shipment

Modified:
    incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml

Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml?rev=419615&r1=419614&r2=419615&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml Thu Jul  6 09:45:26 2006
@@ -877,7 +877,7 @@
     <request-map uri="dhlShipmentConfirm">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="dhlShipmentConfirm"/>
-        <response name="success" type="view" value="EditShipmentRouteSegments"/>
+        <response name="success" type="request-redirect" value="EditShipmentRouteSegments"/>
         <response name="error" type="view" value="EditShipmentRouteSegments"/>
     </request-map>