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

Modified Files:
        struts-repository.xml 
Log Message:
cmsc-737,show the newsletterpublication in a clear way.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF


Index: struts-repository.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF/struts-repository.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- struts-repository.xml       5 Sep 2007 09:45:22 -0000       1.8
+++ struts-repository.xml       16 Apr 2008 03:34:45 -0000      1.9
@@ -14,6 +14,7 @@
                <form-bean name="ImageForm" 
type="com.finalist.cmsc.resources.forms.ImageForm" />
                <form-bean name="AttachmentForm" 
type="com.finalist.cmsc.resources.forms.AttachmentForm" />
                <form-bean name="UrlForm" 
type="com.finalist.cmsc.resources.forms.UrlForm" />
+               <form-bean name="NewletterPublicationForm" 
type="com.finalist.cmsc.resources.forms.NewletterPublicationForm" />
                <form-bean name="DeleteSecondaryContentForm" 
type="com.finalist.cmsc.resources.forms.DeleteSecondaryContentForm" />
                <form-bean name="SecondaryEditForm" 
type="com.finalist.cmsc.resources.forms.SecondaryEditForm" />
 
@@ -167,6 +168,15 @@
                        <forward name="urls" 
path="/editors/resources/urlsearch.jsp" redirect="false" />
                </action>
 
+               <action 
path="/editors/resources/NewletterPublicationInitAction" 
type="com.finalist.cmsc.resources.forms.NewletterPublicationInitAction"
+         name="NewletterPublicationForm" scope="request" unknown="false" 
validate="false">
+                       <forward name="searchoptions" 
path="/editors/resources/newspubsearch.jsp" redirect="false" />
+                       <forward name="dosearch" 
path="/editors/resources/NewletterPublicationAction.do" redirect="false" />
+               </action>
+               <action path="/editors/resources/NewletterPublicationAction" 
type="com.finalist.cmsc.resources.forms.NewletterPublicationAction"
+         name="NewletterPublicationForm" scope="request" 
input="/editors/resources/newspubsearch.jsp" unknown="false" validate="true">
+               </action>
+
                <action path="/editors/resources/SecondaryEditAction" 
type="com.finalist.cmsc.resources.forms.SecondaryEditAction"
                        name="SecondaryEditForm" scope="request" 
input="/editors/resources/secondaryedit.jsp" unknown="false" validate="true">
                        <forward name="success" 
path="/editors/resources/secondaryedit.jsp" redirect="false" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to