Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv9561/cmsc/edit-webapp/src/webapp/WEB-INF

Modified Files:
        struts-config.xml 
Log Message:
CMSC-1147 - Specify content type let you choose from all builders


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1147


Index: struts-config.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/struts-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- struts-config.xml   21 Apr 2008 05:00:45 -0000      1.2
+++ struts-config.xml   20 Apr 2009 06:56:38 -0000      1.3
@@ -13,6 +13,14 @@
        <!-- ========== Global Forward Definitions 
=================================== -->
        <!-- ========== Action Mapping Definitions 
=================================== -->
        <action-mappings>
+
+        <!-- ==== Typedef ==== -->
+
+        <action path="/editors/typedef/TypedefAction"
+                type="com.finalist.cmsc.typedef.forms.TypedefAction" 
scope="session"
+                unknown="false" validate="false">
+            <forward name="success" path="/editors/typedef/typelist.jsp" 
redirect="false"/>
+        </action>
        </action-mappings>
 
        <message-resources parameter="cmsc" key="CMSC" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to