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

Modified Files:
        struts-community.xml 
Log Message:
CMSC-996,User and Group lists in Editors,groupAction forwoard 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.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- struts-community.xml        29 Jul 2008 02:59:05 -0000      1.15
+++ struts-community.xml        29 Jul 2008 06:39:48 -0000      1.16
@@ -22,10 +22,10 @@
          <forward name="success" 
path="/editors/community/searchConditionalGroupAction.do" redirect="false" />
       </action>
       <action path="/editors/community/groupAction" 
type="com.finalist.cmsc.community.forms.GroupAction"
-         name="communityGroupForm" scope="session" 
input="/editors/community/searchConditionalGroupAction.do" unknown="false"
+         name="communityGroupForm" scope="session" 
input="/editors/community/group.jsp" unknown="false"
          validate="true">
          <set-property property="cancellable" value="true" />
-         <forward name="success" path="/editors/community/index.jsp" 
redirect="false" />
+         <forward name="success" 
path="/editors/community/searchConditionalGroupAction.do" redirect="false" />
       </action>
       <action path="/editors/community/groupInitAction" 
type="com.finalist.cmsc.community.forms.GroupInitAction"
          name="communityGroupForm" scope="session" unknown="false" 
validate="false">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to