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

Modified Files:
        struts-community.xml 
Log Message:
CMSC-996,User and Group lists in Editors,add edit user's 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.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- struts-community.xml        5 Aug 2008 05:44:37 -0000       1.23
+++ struts-community.xml        5 Aug 2008 07:56:06 -0000       1.24
@@ -49,7 +49,7 @@
       </action>
       <action path="/editors/community/userAddInitAction" 
type="com.finalist.cmsc.community.forms.UserAddInitAction"
          name="communityUserForm" scope="session" unknown="false" 
validate="false">
-         <forward name="success" path="/editors/community/user.jsp" 
redirect="true" />
+         <forward name="success" path="/editors/community/user.jsp" 
redirect="false" />
       </action>
       <action path="/editors/community/userAddAction" 
type="com.finalist.cmsc.community.forms.UserAddAction"
          name="communityUserForm" scope="session" unknown="false" 
validate="true" input="/editors/community/user.jsp">
@@ -57,11 +57,12 @@
          <forward name="success" 
path="/editors/community/SearchConditionalUser.do" redirect="true" />
          <forward name="newslettersubscribers" 
path="/editors/newsletter/NewsletterPublicationSubscriberSearch.do"/>
          <forward name="newslettersubscription" 
path="/editors/newsletter/NewsletterSubscriptionAddRelAction.do"/>
+                <forward name="group" 
path="/editors/community/SearchConditionalUser.do?method=listGroupMembers" 
redirect="false" />
       </action>
       <action path="/editors/community/deleteUserAction" 
type="com.finalist.cmsc.community.forms.DeleteUserAction"
          unknown="false" validate="false">
          <forward name="success" 
path="/editors/community/SearchConditionalUser.do" redirect="false" />
-                <forward name="group" 
path="/editors/community/searchConditionalUserAction.do?method=listGroupMembers"
 redirect="false" />
+                <forward name="group" 
path="/editors/community/SearchConditionalUser.do?method=listGroupMembers" 
redirect="false" />
       </action>
       <action path="/editors/community/SearchConditionalUser" 
type="org.springframework.web.struts.DelegatingActionProxy"
          unknown="false" validate="false" name="searchForm" scope="request" 
parameter="method">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to