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

Modified Files:
        struts-repository.xml 
Log Message:
CMSC-681,Asset Maintenance model change     Normal listing


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


Index: struts-repository.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF/struts-repository.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- struts-repository.xml       10 Oct 2008 05:09:55 -0000      1.14
+++ struts-repository.xml       23 Oct 2008 11:44:00 -0000      1.15
@@ -49,7 +49,7 @@
 
                <action path="/editors/repository/Content" 
type="com.finalist.cmsc.repository.forms.ContentAction" 
                        unknown="false" validate="false">
-                       <forward name="success" 
path="/editors/repository/content.jsp" redirect="false" />
+         <forward name="success" path="/editors/repository/elementlist.jsp" 
redirect="false" />
          <forward name="moveContentToChannel" 
path="/editors/repository/MoveContentToChannel.do"/>
                </action>
                <action path="/editors/repository/Collection" 
type="com.finalist.cmsc.repository.forms.CollectionAction" 
@@ -214,6 +214,16 @@
                        <forward name="savecancel" 
path="/editors/usermanagement/userlist.jsp" redirect="false" />
                </action>
 
+      <!-- ==== Asset Repository ==== -->
+      
+      <action path="/editors/repository/Asset" 
type="com.finalist.cmsc.repository.forms.AssetAction" 
+         unknown="false" validate="false">
+         <forward name="success" path="/editors/repository/elementlist.jsp" 
redirect="false" />
+      </action>
+      <action path="/editors/repository/AssetSearchAction" 
type="com.finalist.cmsc.repository.forms.AssetSearchAction"
+         name="AssetSearchForm" scope="request" 
input="/editors/repository/assetsearch.jsp" unknown="false" validate="true">
+      </action>
+
        </action-mappings>
 
        <message-resources parameter="cmsc-repository" key="REPOSITORY" />
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to