Author: kevinshen
Date: 2010-03-11 03:59:49 +0100 (Thu, 11 Mar 2010)
New Revision: 41323

Modified:
   
CMSContainer/branches/b1_5/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
Log:
CMSC-1577 Error when exiting personalpage editwizards 


Modified: 
CMSContainer/branches/b1_5/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
===================================================================
--- 
CMSContainer/branches/b1_5/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
       2010-03-11 02:53:18 UTC (rev 41322)
+++ 
CMSContainer/branches/b1_5/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
       2010-03-11 02:59:49 UTC (rev 41323)
@@ -25,8 +25,8 @@
                        validate="false">
                        <forward name="openwizard" 
path="/editors/WizardInitAction.do" redirect="false" />
                        <forward name="returnurl" 
path="/editors/subsite/SubSiteEdit.do" redirect="false" />
-                       <forward name="success" 
path="/editors/subsite/refreshandshow.jsp" redirect="false" />
-                       <forward name="modulesuccess" 
path="/editors/subsite/refreshandshow.jsp" redirect="false" />
+                       <forward name="success" 
path="/editors/site/refreshpages.jsp" redirect="false" />
+                       <forward name="modulesuccess" 
path="/editors/subsite/SubSiteAction.do" redirect="false" />
                </action>
                <action path="/editors/subsite/SubSiteDelete" 
type="com.finalist.cmsc.subsite.forms.SubSiteDelete"
                        unknown="false" validate="false">
@@ -38,14 +38,14 @@
          unknown="false" validate="false">
          <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false" />
          <forward name="returnurl" 
path="/editors/subsite/PersonalPageCreate.do" redirect="false" />
-         <forward name="cancel" path="/editors/empty.html" redirect="true" />
-         <forward name="success" path="/editors/subsite/refreshandshow.jsp" 
redirect="false" />
+         <forward name="cancel" path="/editors/subsite/SubSiteAction.do" 
redirect="true" />
+         <forward name="success" path="/editors/subsite/SubSiteAction.do" 
redirect="false" />
       </action>
       <action path="/editors/subsite/PersonalPageEdit" 
type="com.finalist.cmsc.subsite.forms.PersonalPageEdit" unknown="false"
          validate="false">
          <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false" />
          <forward name="returnurl" path="/editors/subsite/PersonalPageEdit.do" 
redirect="false" />
-         <forward name="success" path="/editors/subsite/refreshandshow.jsp" 
redirect="false" />
+         <forward name="success" path="/editors/subsite/SubSiteAction.do" 
redirect="false" />
       </action>
 
       <action path="/editors/subsite/SubSiteAction" 
type="com.finalist.cmsc.subsite.forms.SubSiteAction"

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to