Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv10336/sitemanagement/src/webapp/WEB-INF

Modified Files:
        struts-site.xml 
Log Message:
CMSC-990 pagingUtil modify, change page, site create forward to new edit page


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-990


Index: struts-site.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF/struts-site.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- struts-site.xml     8 Nov 2007 08:17:31 -0000       1.8
+++ struts-site.xml     28 Jul 2008 14:51:42 -0000      1.9
@@ -25,13 +25,13 @@
             <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false"/>
             <forward name="returnurl" path="/editors/site/SiteCreate.do" 
redirect="false"/>
             <forward name="cancel" path="/editors/empty.html" redirect="true"/>
-            <forward name="success" 
path="/editors/site/refreshpagesandshow.jsp" redirect="false"/>
+            <forward name="success" path="/editors/site/NavigatorPanel.do" 
redirect="false"/>
         </action>
         <action path="/editors/site/SiteEdit" 
type="com.finalist.cmsc.navigation.forms.SiteEdit" unknown="false"
                 validate="false">
             <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false"/>
             <forward name="returnurl" path="/editors/site/SiteEdit.do" 
redirect="false"/>
-            <forward name="success" 
path="/editors/site/refreshpagesandshow.jsp" redirect="false"/>
+            <forward name="success" path="/editors/site/NavigatorPanel.do" 
redirect="false"/>
         </action>
         <action path="/editors/site/SiteDelete" 
type="com.finalist.cmsc.navigation.forms.SiteDelete"
                 unknown="false" validate="false">
@@ -44,13 +44,13 @@
             <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false"/>
             <forward name="returnurl" path="/editors/site/PageCreate.do" 
redirect="false"/>
             <forward name="cancel" path="/editors/empty.html" redirect="true"/>
-            <forward name="success" 
path="/editors/site/refreshpagesandshow.jsp" redirect="false"/>
+            <forward name="success" path="/editors/site/NavigatorPanel.do" 
redirect="false"/>
         </action>
         <action path="/editors/site/PageEdit" 
type="com.finalist.cmsc.navigation.forms.PageEdit" unknown="false"
                 validate="false">
             <forward name="openwizard" path="/editors/WizardInitAction.do" 
redirect="false"/>
             <forward name="returnurl" path="/editors/site/PageEdit.do" 
redirect="false"/>
-            <forward name="success" 
path="/editors/site/refreshpagesandshow.jsp" redirect="false"/>
+            <forward name="success" path="/editors/site/NavigatorPanel.do" 
redirect="false"/>
         </action>
         <action path="/editors/site/PageDelete" 
type="com.finalist.cmsc.navigation.forms.PageDelete"
                 unknown="false" validate="false">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to