Author: husted
Date: Mon Sep 11 14:52:18 2006
New Revision: 442362

URL: http://svn.apache.org/viewvc?view=rev&rev=442362
Log:
WW-992 Remove SubscriptionSave class, which hosted a checkbox prepare method, 
now obsolete per the Checkbox interceptor

Modified:
    
struts/struts2/trunk/apps/mailreader/src/main/resources/mailreader-support.xml

Modified: 
struts/struts2/trunk/apps/mailreader/src/main/resources/mailreader-support.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/resources/mailreader-support.xml?view=diff&rev=442362&r1=442361&r2=442362
==============================================================================
--- 
struts/struts2/trunk/apps/mailreader/src/main/resources/mailreader-support.xml 
(original)
+++ 
struts/struts2/trunk/apps/mailreader/src/main/resources/mailreader-support.xml 
Mon Sep 11 14:52:18 2006
@@ -37,7 +37,7 @@
             <interceptor-ref name="guest"/>

         </action>

 

-        <action name="Subscription!save" class="mailreader2.SubscriptionSave">

+        <action name="Subscription!save" class="mailreader2.Subscription">

             <result name="input">/Subscription.jsp</result>

             <result type="redirect-action">Registration!input</result>

             <interceptor-ref name="user-submit" />



Reply via email to