mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
WW-992 Remove SubscriptionSave class, which hosted a checkbox prepare method, now obsolete per the Checkbox interceptor
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user