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

Modified Files:
        struts-repository.xml 
Log Message:
CMSC-1282 - fix all the links in "Search in Attachments" page.


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


Index: struts-repository.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF/struts-repository.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- struts-repository.xml       17 Feb 2009 05:32:03 -0000      1.34
+++ struts-repository.xml       17 Feb 2009 07:23:12 -0000      1.35
@@ -12,6 +12,7 @@
       <form-bean name="SearchForm" 
type="com.finalist.cmsc.repository.forms.SearchForm" />
       <form-bean name="AssetSearchForm" 
type="com.finalist.cmsc.repository.forms.AssetSearchForm" />
       <form-bean name="ImageForm" 
type="com.finalist.cmsc.resources.forms.ImageForm" />
+      <form-bean name="AttachmentForm" 
type="com.finalist.cmsc.resources.forms.AttachmentForm" />
       <form-bean name="UrlForm" 
type="com.finalist.cmsc.resources.forms.UrlForm" />
       <form-bean name="DeleteSecondaryContentForm" 
type="com.finalist.cmsc.resources.forms.DeleteSecondaryContentForm" />
       <form-bean name="SecondaryEditForm" 
type="com.finalist.cmsc.resources.forms.SecondaryEditForm" />
@@ -147,6 +148,14 @@
       <action path="/editors/resources/ImageAction" 
type="com.finalist.cmsc.resources.forms.ImageAction"
          name="ImageForm" scope="request" 
input="/editors/resources/imagesearch.jsp" unknown="false" validate="true">
       </action>
+      <action path="/editors/resources/AttachmentInitAction" 
type="com.finalist.cmsc.resources.forms.AttachmentInitAction"
+         name="AttachmentForm" scope="request" unknown="false" 
validate="false">
+         <forward name="searchoptions" 
path="/editors/resources/attachmentsearch.jsp" redirect="false" />
+         <forward name="dosearch" 
path="/editors/resources/AttachmentAction.do" redirect="false" />
+      </action>
+      <action path="/editors/resources/AttachmentAction" 
type="com.finalist.cmsc.resources.forms.AttachmentAction"
+         name="AttachmentForm" scope="request" 
input="/editors/resources/attachmentsearch.jsp" unknown="false" validate="true">
+      </action>
 
       <action path="/editors/resources/UrlInitAction" 
type="com.finalist.cmsc.resources.forms.UrlInitAction"
          name="UrlForm" scope="request" unknown="false" validate="false">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to