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

Modified Files:
        struts-community.xml 
Log Message:
CMSC-996,User and Group lists in Editors,add editUserToGroupAction in struts


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


Index: struts-community.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF/struts-community.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- struts-community.xml        28 Jul 2008 03:17:31 -0000      1.10
+++ struts-community.xml        28 Jul 2008 05:25:21 -0000      1.11
@@ -36,6 +36,12 @@
          <forward name="success" path="/editors/community/listGroups.jsp" 
redirect="false" />
       </action>
       <!-- ==== User management ==== -->
+      <action path="/editors/community/editUserToGroupAction" 
type="com.finalist.cmsc.community.forms.EditUserToGroupAction"
+         validate="false" unknown="true"  name="searchForm">
+         <forward name="add" path="/editors/community/AddUserToGroupInit.do" 
redirect="false" />       
+         <forward name="remove" 
path="/editors/community/SearchConditionalUser.do" redirect="false" />
+      </action>
+      
       <action path="/editors/community/IndexAction" 
type="com.finalist.cmsc.community.forms.IndexAction"
          validate="false" unknown="true">
          <forward name="success" path="/editors/community/index.jsp" 
redirect="false" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to