You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/08/12 08:03:39 UTC

svn commit: r565005 - /struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Author: nilsga
Date: Sat Aug 11 23:03:38 2007
New Revision: 565005

URL: http://svn.apache.org/viewvc?view=rev&rev=565005
Log:
WW-2105 "Override" the redirectAction result type with the PortletResult type.

Modified:
    struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Modified: struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml?view=diff&rev=565005&r1=565004&r2=565005
==============================================================================
--- struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml (original)
+++ struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml Sat Aug 11 23:03:38 2007
@@ -36,6 +36,7 @@
 
 	   <result-types>
 			<result-type name="dispatcher" class="org.apache.struts2.portlet.result.PortletResult" default="true"/>
+		    <result-type name="redirectAction" class="org.apache.struts2.portlet.result.PortletResult"/>
 			<result-type name="freemarker" class="org.apache.struts2.views.freemarker.PortletFreemarkerResult"/>
 			<result-type name="velocity" class="org.apache.struts2.portlet.result.PortletVelocityResult"/>
 	   </result-types>