mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
putting back where it was until xwork fixes it's problem loading results
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@394547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<xwork>
|
||||
<package name="struts-default">
|
||||
<result-types>
|
||||
<result-type name="jasper" class="org.apache.struts.action2.views.jasperreports.JasperReportsResult"/>
|
||||
<result-type name="chain" class="com.opensymphony.xwork.ActionChainResult"/>
|
||||
<result-type name="dispatcher" class="org.apache.struts.action2.dispatcher.ServletDispatcherResult" default="true"/>
|
||||
<result-type name="freemarker" class="org.apache.struts.action2.views.freemarker.FreemarkerResult"/>
|
||||
@@ -22,7 +21,7 @@
|
||||
<result-type name="richtexteditorFileUpload" class="org.apache.struts.action2.views.jsp.ui.RichtexteditorFileUploadResult" />
|
||||
|
||||
<!-- third party integration -->
|
||||
|
||||
<result-type name="jasper" class="org.apache.struts.action2.views.jasperreports.JasperReportsResult"/>
|
||||
</result-types>
|
||||
|
||||
<interceptors>
|
||||
|
||||
Reference in New Issue
Block a user