Author: sichen
Date: Thu Jul 6 09:45:26 2006
New Revision: 419615
URL:
http://svn.apache.org/viewvc?rev=419615&view=revLog:
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>