WW-4229 Adds the new PostbackResult to struts-default.xml

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1535518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-10-24 20:02:41 +00:00
parent 83d4b6c004
commit 03abd355bd
@@ -151,6 +151,7 @@
<result-type name="velocity" class="org.apache.struts2.dispatcher.VelocityResult"/>
<result-type name="xslt" class="org.apache.struts2.views.xslt.XSLTResult"/>
<result-type name="plainText" class="org.apache.struts2.dispatcher.PlainTextResult" />
<result-type name="postback" class="org.apache.struts2.dispatcher.PostbackResult" />
</result-types>
<interceptors>