Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
In directory
james.mmbase.org:/tmp/cvs-serv3537/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
Modified Files:
struts-newsletter.xml
Log Message:
change newsletter publication could search, sort defaultly, CMSC-979 change
staticSearch with more columns. remove the unuse function
NewletterPublication,make the addUser turn to correct pages
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-979
Index: struts-newsletter.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/struts-newsletter.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- struts-newsletter.xml 18 Sep 2008 06:38:18 -0000 1.22
+++ struts-newsletter.xml 19 Sep 2008 10:32:02 -0000 1.23
@@ -10,7 +10,7 @@
<form-beans>
<form-bean name="datafilebean"
type="com.finalist.newsletter.forms.SubscriptionImportUploadForm"/>
<form-bean name="recordSearchForm"
type="com.finalist.newsletter.forms.NewsLetterLogSearchForm"/>
- <form-bean name="NewletterPublicationForm"
type="com.finalist.newsletter.forms.NewletterPublicationForm" />
+ <form-bean name="NewsletterPublicationForm"
type="com.finalist.newsletter.forms.NewsletterPublicationForm"/>
<form-bean name="newsletterPublicationManageForm"
type="com.finalist.newsletter.forms.NewsletterPublicationManageForm"/>
<form-bean name="newsletterSubscriberSearchForm"
type="com.finalist.newsletter.forms.NewsletterSubscriberSearchForm"/>
<form-bean name="newsletterTermForm"
type="com.finalist.newsletter.forms.NewsletterTermForm"/>
@@ -90,13 +90,9 @@
</action>
<!-- ==== Newsletter Search ==== -->
- <action path="/editors/newsletter/NewletterPublicationInitAction"
type="com.finalist.newsletter.forms.NewletterPublicationInitAction"
- name="NewletterPublicationForm" scope="request" unknown="false"
validate="false">
- <forward name="searchoptions"
path="/editors/newsletter/publication/newspubsearch.jsp" redirect="false" />
- <forward name="dosearch"
path="/editors/newsletter/publication/NewletterPublicationAction.do"
redirect="false" />
- </action>
- <action path="/editors/newsletter/NewletterPublicationAction"
type="com.finalist.newsletter.forms.NewletterPublicationAction"
- name="NewletterPublicationForm" scope="request"
input="/editors/newsletter/publication/newspubsearch.jsp" unknown="false"
validate="true">
+ <action path="/editors/newsletter/NewsletterPublicationAction"
type="com.finalist.newsletter.forms.NewsletterPublicationAction"
+ name="NewsletterPublicationForm" scope="request"
input="/editors/newsletter/publication/newsletterpublicationSearch.jsp"
unknown="false" validate="true" parameter="method">
+ <forward name="success"
path="/editors/newsletter/publication/newsletterPublicationSearch.jsp"/>
</action>
<!-- ==== Newsletter Module ==== -->
<action path="/editors/newsletter/module/ReportOverview"
type="com.finalist.newsletter.module.ReportOverview" unknown="false"
validate="false">
@@ -163,6 +159,7 @@
</action>
<action
path="/editors/newsletter/NewsletterPublicationSubscriberSearch"
name="newsletterSubscriberSearchForm"
type="com.finalist.newsletter.forms.NewsletterSubscriberSearchAction"
parameter="method">
+ <forward name="newUserLinkBack"
path="/editors/newsletter/NewsletterPublicationSubscriberSearch.do"/>
<forward name="success"
path="/editors/newsletter/module/report_publication_subscribers.jsp"
redirect="false"/>
</action>
<action path="/editors/newsletter/NewsletterTermSearch"
type="com.finalist.newsletter.forms.NewsletterTermSearchAction">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs