Author: plightbo
Date: Wed Apr 12 16:11:19 2006
New Revision: 393649

URL: http://svn.apache.org/viewcvs?rev=393649&view=rev
Log:
moving third party results to the end of the results list (this is a bad work 
around for a bug in xwork)

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=393649&r1=393648&r2=393649&view=diff
==============================================================================
--- incubator/webwork2/action/src/main/resources/struts-default.xml (original)
+++ incubator/webwork2/action/src/main/resources/struts-default.xml Wed Apr 12 
16:11:19 2006
@@ -6,7 +6,6 @@
             <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"/>
             <result-type name="httpheader" 
class="org.apache.struts.action2.dispatcher.HttpHeaderResult"/>
-            <result-type name="jasper" 
class="org.apache.struts.action2.views.jasperreports.JasperReportsResult"/>
             <result-type name="redirect" 
class="org.apache.struts.action2.dispatcher.ServletRedirectResult"/>
             <result-type name="redirect-action" 
class="org.apache.struts.action2.dispatcher.ServletActionRedirectResult"/>
             <result-type name="stream" 
class="org.apache.struts.action2.dispatcher.StreamResult"/>
@@ -20,7 +19,9 @@
             <result-type name="richtexteditorGetFoldersAndFiles" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorGetFoldersAndFilesResult"
 />
             <result-type name="richtexteditorCreateFolder" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorCreateFolderResult" 
/>
             <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]

Reply via email to