[Bedework-commit] webapps r757 - trunk/webclient/war/WEB-INF

svnadmin at bedework.org svnadmin at bedework.org
Tue May 13 17:16:42 EDT 2008


Author: johnsa
Date: 2008-05-13 17:16:42 -0400 (Tue, 13 May 2008)
New Revision: 757

Modified:
   trunk/webclient/war/WEB-INF/struts-config.xml
Log:
user client: fix location forward

Modified: trunk/webclient/war/WEB-INF/struts-config.xml
===================================================================
--- trunk/webclient/war/WEB-INF/struts-config.xml	2008-05-13 21:15:07 UTC (rev 756)
+++ trunk/webclient/war/WEB-INF/struts-config.xml	2008-05-13 21:16:42 UTC (rev 757)
@@ -863,7 +863,7 @@
                parameter="actionType=action"
                validate="false">
       <forward name="cancelled" path="/location/showUpdateList.rdo" redirect="true" />
-      <forward name="continue" path="/location/showUpdateList.rdo" redirect="true" />
+      <forward name="success" path="/location/showUpdateList.rdo" redirect="true" />
       <forward name="retry" path="/location/showModForm.rdo" redirect="true" />
       <forward name="delete" path="/location/showDeleteConfirm.rdo" redirect="true" />
     </action>



More information about the Bedework-commit mailing list