Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv5044/src/webapp/WEB-INF
Modified Files:
struts-community.xml
Log Message:
CMSC-1265 - Community: improve import and export options of community users
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1265
Index: struts-community.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF/struts-community.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- struts-community.xml 21 Oct 2008 07:49:46 -0000 1.26
+++ struts-community.xml 23 Feb 2009 09:11:50 -0000 1.27
@@ -88,13 +88,16 @@
<forward name="list"
path="/editors/community/PreferenceAction.do?method=list" redirect="true" />
<forward name="init" path="/editors/community/preferenceadd.jsp"
redirect="false" />
</action>
- <!-- ======export====== -->
+ <!-- ======Import 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="show" path="/editors/community/report_overview.jsp"/>
+ <forward name="transferGroupId" path="/editors/community/import.jsp"
redirect="false"/>
+ <forward name="failed" path="/editors/community/import.jsp"
redirect="false"/>
<forward name="success" path="/editors/community/import_success.jsp"/>
</action>
+ <action path="/editors/community/ReferenceImportAction" scope="request"
forward="/editors/community/import.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