Author: plightbo
Date: Sun Apr 16 12:28:52 2006
New Revision: 394547
URL: http://svn.apache.org/viewcvs?rev=394547&view=rev
Log:
putting back where it was until xwork fixes it's problem loading results
Modified:
incubator/webwork2/action/src/main/resources/struts-default.xml
Modified: incubator/webwork2/action/src/main/resources/struts-default.xml
URL:
http://svn.apache.org/viewcvs/incubator/webwork2/action/src/main/resources/struts-default.xml?rev=394547&r1=394546&r2=394547&view=diff
==============================================================================
--- incubator/webwork2/action/src/main/resources/struts-default.xml (original)
+++ incubator/webwork2/action/src/main/resources/struts-default.xml Sun Apr 16
12:28:52 2006
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]