Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv21568

Modified Files:
        struts-community.xml 
Log Message:
CMSC-947, Improve the newletter import/export into a generic community 
import/export,add struts forward


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-947


Index: struts-community.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF/struts-community.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- struts-community.xml        29 Jul 2008 06:39:48 -0000      1.16
+++ struts-community.xml        30 Jul 2008 02:21:49 -0000      1.17
@@ -83,6 +83,13 @@
          <forward name="list" 
path="/editors/community/PreferenceAction.do?method=list" redirect="false" />
          <forward name="init" path="/editors/community/preferenceadd.jsp" 
redirect="false" />
       </action>
+      <!-- ======export====== -->
+         <action path="/editors/community/ReferenceImportExportAction" 
name="referdatafilebean"
+              type="org.springframework.web.struts.DelegatingActionProxy" 
parameter="action"
+              validate="true">
+         <forward name="failed" path="/editors/community/import.jsp"/>
+         <forward name="success" path="/editors/community/import_success.jsp"/>
+      </action>
    </action-mappings>
    <message-resources parameter="cmsc-community" key="COMMUNITY" />
 </struts-config>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to