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

Modified Files:
        struts-community.xml 
Log Message:
CMSC-996,User and Group lists in Editors,rename jsp add to 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.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- struts-community.xml        28 Jul 2008 02:08:21 -0000      1.9
+++ struts-community.xml        28 Jul 2008 03:17:31 -0000      1.10
@@ -33,7 +33,7 @@
       </action>
       <action path="/editors/community/searchConditionalGroupAction" 
type="com.finalist.cmsc.community.forms.SearchConditionalGroupAction"
          unknown="false" validate="false" name="searchGroupForm" 
scope="request">
-         <forward name="success" 
path="/editors/community/community_groups1.jsp" redirect="false" />
+         <forward name="success" path="/editors/community/listGroups.jsp" 
redirect="false" />
       </action>
       <!-- ==== User management ==== -->
       <action path="/editors/community/IndexAction" 
type="com.finalist.cmsc.community.forms.IndexAction"
@@ -57,12 +57,12 @@
       </action>
       <action path="/editors/community/SearchConditionalUser" 
type="com.finalist.cmsc.community.forms.SearchConditionalUserAction"
          unknown="false" validate="false" name="searchForm" scope="request">
-         <forward name="group" path="/editors/community/community_groups2.jsp" 
redirect="false" />
-         <forward name="success" 
path="/editors/community/community_users2.jsp" redirect="false" />
+         <forward name="group" 
path="/editors/community/moveUserBetweenGroup.jsp" redirect="false" />
+         <forward name="success" path="/editors/community/listUsers.jsp" 
redirect="false" />
       </action>
      <action path="/editors/community/AddUserToGroupInit" 
type="com.finalist.cmsc.community.forms.AddUserToGroupInitAction"
          unknown="false" validate="false" name="searchForm" scope="session">
-         <forward name="success" 
path="/editors/community/community_users3.jsp" redirect="false" />
+         <forward name="success" path="/editors/community/addUserToGroup.jsp" 
redirect="false" />
       </action>
       
      <action path="/editors/community/AddUserToGroup" 
type="com.finalist.cmsc.community.forms.AddUserToGroupAction"
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to