WW-2105 "Override" the redirectAction result type with the PortletResult type.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@565005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nils-Helge Garli
2007-08-12 06:03:38 +00:00
parent 672bb186cd
commit 3715572d7c
@@ -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>