Author: jholmes
Date: Mon Jul 16 09:03:40 2007
New Revision: 556659

URL: http://svn.apache.org/viewvc?view=rev&rev=556659
Log:
WW-2018 bad class name in struts.xml (springaction) makes the portlet demo not 
loading

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=556659&r1=556658&r2=556659
==============================================================================
--- 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:03:40 2007
@@ -69,7 +69,8 @@
                        <interceptor-ref name="defaultStack" />
                </action>
 
-               <action name="springExample" class="springAction">
+               <action name="springExample"
+                       
class="org.apache.struts2.portlet.example.spring.SpringAction">
                        <result name="success">
                                /WEB-INF/view/springExample.jsp
                        </result>


Reply via email to