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