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

Modified Files:
        struts-site.xml 
Log Message:
CMSC-798,Possible to create two or more sites with the same Staging domain, 
Live domain. Removal of 1 site will make all other (same) sites result in a 
404. Add my-validate to modify validator


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


Index: struts-site.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF/struts-site.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- struts-site.xml     28 Jul 2008 14:51:42 -0000      1.9
+++ struts-site.xml     27 Sep 2008 06:42:52 -0000      1.10
@@ -18,6 +18,10 @@
     <!-- ========== Global Forward Definitions 
=================================== -->
     <!-- ========== Action Mapping Definitions 
=================================== -->
     <action-mappings>
+        <!-- ========== Ajax Definitions =================================== 
-->
+           <action path="/editors/site/SelectSiteName" 
type="com.finalist.cmsc.navigation.forms.SelectSiteNameAction"
+                       unknown="false" validate="false">
+           </action>
         <!-- ==== Site management ==== -->
 
         <action path="/editors/site/SiteCreate" 
type="com.finalist.cmsc.navigation.forms.SiteCreate"
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to