WW-2018 bad class name in struts.xml (springaction) makes the portlet demo not loading

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@556659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-07-16 16:03:40 +00:00
parent 604388159c
commit 13c0d01c42
+2 -1
View File
@@ -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>