Author: mrdon Date: Fri Sep 29 17:34:48 2006 New Revision: 451505 URL: http://svn.apache.org/viewvc?view=rev&rev=451505 Log: Removing tiles result as now in its own plugin WW-1457
Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=451505&r1=451504&r2=451505 ============================================================================== --- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original) +++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Fri Sep 29 17:34:48 2006 @@ -14,7 +14,6 @@ <result-type name="redirect" class="org.apache.struts2.dispatcher.ServletRedirectResult"/> <result-type name="redirect-action" class="org.apache.struts2.dispatcher.ServletActionRedirectResult"/> <result-type name="stream" class="org.apache.struts2.dispatcher.StreamResult"/> - <result-type name="tiles" class="org.apache.struts2.views.tiles.TilesResult"/> <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" />