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

Modified Files:
        struts-repository.xml 
Log Message:
CMSC-1281 Assets: Relate URLs to content element - New search screen


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


Index: struts-repository.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF/struts-repository.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- struts-repository.xml       19 Feb 2009 09:43:10 -0000      1.38
+++ struts-repository.xml       19 Feb 2009 12:09:01 -0000      1.39
@@ -23,6 +23,7 @@
       <form-bean name="RepositoryPasteForm" 
type="com.finalist.cmsc.repository.forms.PasteForm" />
 
       <form-bean name="AssetUploadForm" 
type="com.finalist.cmsc.repository.forms.AssetUploadForm" />
+      <form-bean name="UrlCreateForm" 
type="com.finalist.cmsc.repository.forms.UrlCreateForm" />
    </form-beans>
 
    <!-- ========== Global Exceptions Definitions 
=================================== -->
@@ -260,7 +261,7 @@
          <forward name="success" 
path="/editors/resources/attachmentupload.jsp" redirect="true" />
       </action>
       <action path="/editors/repository/UrlCreateAction" 
type="com.finalist.cmsc.repository.forms.UrlCreateAction" 
-         name="AssetUploadForm" unknown="false" validate="true">
+         name="UrlCreateForm" unknown="false" validate="true">
          <forward name="success" path="/editors/resources/urlcreate.jsp" 
redirect="true" />
       </action>
       <action path="/editors/recyclebin/RestoreAssetAction" 
type="com.finalist.cmsc.recyclebin.forms.RestoreAssetAction" 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to