Author: jholmes
Date: Mon Jul 16 09:09:59 2007
New Revision: 556660

URL: http://svn.apache.org/viewvc?view=rev&rev=556660
Log:
Undoing change committed in r556659. This code works as designed, I'm going to 
close WW-2018 as not an issue.

Modified:
    struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml?view=diff&rev=556660&r1=556659&r2=556660
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml Mon Jul 16 
09:09:59 2007
@@ -69,8 +69,7 @@
                        <interceptor-ref name="defaultStack" />
                </action>
 
-               <action name="springExample"
-                       
class="org.apache.struts2.portlet.example.spring.SpringAction">
+               <action name="springExample" class="springAction">
                        <result name="success">
                                /WEB-INF/view/springExample.jsp
                        </result>


Reply via email to