Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv21713/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.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- struts-repository.xml       18 Feb 2009 06:19:01 -0000      1.37
+++ struts-repository.xml       19 Feb 2009 09:43:10 -0000      1.38
@@ -170,10 +170,6 @@
          name="DeleteSecondaryContentForm" scope="request" 
input="/editors/resources/imagesearch.jsp" unknown="false" validate="false">
          <forward name="delete" path="/editors/resources/delete.jsp" 
redirect="false" />
          <forward name="images" path="/editors/resources/imagesearch.jsp" 
redirect="false" />
-         <forward name="attachments" 
path="/editors/resources/attachmentsearchold.jsp" redirect="false" />
-         <forward name="urls" path="/editors/resources/urlsearch.jsp" 
redirect="false" />
-         <forward name="imagesupload" 
path="/editors/resources/imageupload.jsp?uploadAction=" redirect="false" />
-         <forward name="attachmentsupload" 
path="/editors/resources/attachmentupload.jsp?uploadAction=search" 
redirect="false" />
       </action>
 
       <action path="/editors/resources/SecondaryEditAction" 
type="com.finalist.cmsc.resources.forms.SecondaryEditAction"
@@ -183,8 +179,6 @@
 
       <action path="/editors/resources/SecondaryContentMassDeleteAction" 
type="com.finalist.cmsc.resources.forms.SecondaryContentMassDeleteAction">
          <forward name="images" path="/editors/resources/imagesearch.jsp" 
redirect="false" />
-         <forward name="attachments" 
path="/editors/resources/attachmentsearchold.jsp" redirect="false" />
-         <forward name="urls" path="/editors/resources/urlsearch.jsp" 
redirect="false" />
       </action>
 
       <!-- ==== Recycle bin ==== -->
@@ -249,7 +243,7 @@
          unknown="false" validate="true">
          <forward name="success" 
path="/editors/resources/attachmentupload.jsp" redirect="true" />
       </action>
-      <action path="/editors/repository/UrlDeleteAction" 
type="com.finalist.cmsc.repository.forms.AttachmentDeleteAction"
+      <action path="/editors/repository/UrlDeleteAction" 
type="com.finalist.cmsc.repository.forms.UrlDeleteAction"
          unknown="false" validate="true">
          <forward name="success" path="/editors/resources/urlcreate.jsp" 
redirect="true" />
       </action>
@@ -265,6 +259,10 @@
          name="AssetUploadForm" unknown="false" validate="true">
          <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">
+         <forward name="success" path="/editors/resources/urlcreate.jsp" 
redirect="true" />
+      </action>
       <action path="/editors/recyclebin/RestoreAssetAction" 
type="com.finalist.cmsc.recyclebin.forms.RestoreAssetAction" 
          unknown="false" validate="false">
          <forward name="restore" path="/editors/recyclebin/restore.jsp" 
redirect="false" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to