mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user