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

Modified Files:
        struts-community.xml 
Log Message:
CMSC-996,User and Group lists in Editors,add struts about addUserToGroupAction 
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-996


Index: struts-community.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/WEB-INF/struts-community.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- struts-community.xml        1 Aug 2008 11:10:19 -0000       1.20
+++ struts-community.xml        4 Aug 2008 07:14:12 -0000       1.21
@@ -72,10 +72,11 @@
          unknown="false" validate="false" name="searchForm">
          <forward name="success" path="/editors/community/addUserToGroup.jsp" 
redirect="false" />
       </action>
-      
+      <!-- ==========select user add to group ============-->
      <action path="/editors/community/AddUserToGroup" 
type="com.finalist.cmsc.community.forms.AddUserToGroupAction"
          unknown="false" validate="false" name="searchForm" scope="request">
          <forward name="success" 
path="/editors/community/SearchConditionalUser.do" redirect="true" />
+                <forward name="group" 
path="/editors/community/searchConditionalGroupAction.do" redirect="true" />
       </action>
       
      <!-- ==== Reference management ==== -->
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to