Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
In directory
james.mmbase.org:/tmp/cvs-serv23292/portlets-newsletter/src/webapp/WEB-INF
Modified Files:
struts-newslettermodule.xml struts-newsletterpublication.xml
Log Message:
CMSC-632 Major refactoring of module section and some minor fixes
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-632
Index: struts-newslettermodule.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/struts-newslettermodule.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- struts-newslettermodule.xml 20 Dec 2007 14:21:35 -0000 1.5
+++ struts-newslettermodule.xml 17 Jan 2008 21:47:15 -0000 1.6
@@ -15,20 +15,23 @@
<!-- ========== Action Mapping Definitions
=================================== -->
<action-mappings>
<!-- ==== Site management ==== -->
- <action path="/editors/newsletter/module/InitAction"
type="com.finalist.newsletter.module.InitAction" unknown="false"
validate="false">
- <forward name="success"
path="/editors/newsletter/module/overview.jsp" redirect="false" />
+ <action path="/editors/newsletter/module/ReportOverview"
type="com.finalist.newsletter.module.ReportOverview" unknown="false"
validate="false">
+ <forward name="success"
path="/editors/newsletter/module/report_overview.jsp" redirect="false" />
</action>
- <action path="/editors/newsletter/module/NewsletterAction"
type="com.finalist.newsletter.module.NewsletterAction" unknown="false"
validate="false">
- <forward name="overview"
path="/editors/newsletter/module/newsletteroverview.jsp" redirect="false" />
- <forward name="detail"
path="/editors/newsletter/module/newsletterdetail.jsp" redirect="false" />
+ <action path="/editors/newsletter/module/ReportNewsletterList"
type="com.finalist.newsletter.module.ReportNewsletterList" unknown="false"
validate="false">
+ <forward name="success"
path="/editors/newsletter/module/report_newsletter_list.jsp" redirect="false" />
</action>
- <action path="/editors/newsletter/module/SubscriptionAction"
type="com.finalist.newsletter.module.SubscriptionAction" unknown="false"
validate="false">
- <forward name="overview"
path="/editors/newsletter/module/subscriptionoverview.jsp" redirect="false" />
- <forward name="detail"
path="/editors/newsletter/module/subscriptiondetail.jsp" redirect="false" />
+ <action
path="/editors/newsletter/module/ReportNewsletterSubscriptions"
type="com.finalist.newsletter.module.ReportNewsletterSubscriptions"
unknown="false" validate="false">
+ <forward name="success"
path="/editors/newsletter/module/report_newsletter_list.jsp" redirect="false" />
</action>
- <action path="/editors/newsletter/module/SubscriberAction"
type="com.finalist.newsletter.module.SubscriberAction" unknown="false"
validate="false">
- <forward name="return"
path="/editors/newsletter/module/SubscriptionAction.do?action=detail"
redirect="false" />
+ <action path="/editors/newsletter/module/ReportSubscriberList"
type="com.finalist.newsletter.module.ReportSubscriberList" unknown="false"
validate="false">
+ <forward name="success"
path="/editors/newsletter/module/report_subscriber_list.jsp" redirect="false" />
</action>
+ <action
path="/editors/newsletter/module/ReportSubscriberSubscriptions"
type="com.finalist.newsletter.module.ReportSubscriberSubscriptions"
unknown="false" validate="false">
+ <forward name="success"
path="/editors/newsletter/module/report_subscriber_subscriptions.jsp"
redirect="false" />
+ </action>
+
+ <action path="/editors/newsletter/module/SubscriptionAction"
type="com.finalist.newsletter.module.SubscriptionAction" unknown="false"
validate="false"></action>
<!-- ==== Select page nodes ==== -->
Index: struts-newsletterpublication.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/struts-newsletterpublication.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- struts-newsletterpublication.xml 17 Dec 2007 09:13:37 -0000 1.4
+++ struts-newsletterpublication.xml 17 Jan 2008 21:47:15 -0000 1.5
@@ -28,7 +28,14 @@
<forward name="success"
path="/editors/site/refreshpages.jsp" redirect="false" />
</action>
<action path="/editors/newsletter/NewsletterPublicationPublish"
type="com.finalist.newsletter.forms.NewsletterPublicationPublish"
unknown="false" validate="false">
- <forward name="success"
path="/editors/site/refreshpages.jsp" redirect="false" />
+ <forward name="confirmationpage"
path="/editors/newsletter/confirmpublication.jsp" redirect="false" />
+ <forward name="success"
path="/editors/newsletter/sendresults.jsp" redirect="false" />
+ <forward name="cancel"
path="/editors/site/refreshpagesandshow.jsp" redirect="false" />
+ </action>
+ <action path="/editors/newsletter/NewsletterPublicationTest"
type="com.finalist.newsletter.forms.NewsletterPublicationTest" unknown="false"
validate="false">
+ <forward name="inputpage"
path="/editors/newsletter/testinputform.jsp" redirect="false" />
+ <forward name="success"
path="/editors/newsletter/sendresults.jsp" redirect="false" />
+ <forward name="cancel"
path="/editors/site/refreshpagesandshow.jsp" redirect="false" />
</action>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs