You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/16 18:10:03 UTC

svn commit: r556660 - /struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml

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>