Author: kevinshen
Date: 2010-03-11 03:52:33 +0100 (Thu, 11 Mar 2010)
New Revision: 41321

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

Modified: 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
       2010-03-10 22:03:05 UTC (rev 41320)
+++ 
CMSContainer/trunk/CMSContainer_Modules/subsite/src/webapp/WEB-INF/struts-subsite.xml
       2010-03-11 02:52:33 UTC (rev 41321)
@@ -26,7 +26,7 @@
                        <forward name="openwizard" 
path="/editors/WizardInitAction.do" redirect="false" />
                        <forward name="returnurl" 
path="/editors/subsite/SubSiteEdit.do" redirect="false" />
                        <forward name="success" 
path="/editors/site/refreshpages.jsp" redirect="false" />
-                       <forward name="modulesuccess" 
path="/editors/subsite/refreshandshow.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">
@@ -40,13 +40,13 @@
          <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false" />
          <forward name="returnurl" 
path="/editors/subsite/PersonalPageCreate.do" redirect="false" />
          <forward name="cancel" path="/editors/subsite/SubSiteAction.do" 
redirect="true" />
-         <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/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