Author: wsmoak
Date: Sat May  6 23:03:07 2006
New Revision: 401969

URL: http://svn.apache.org/viewcvs?rev=401969&view=rev
Log:
Remove the Tiles instructions from the default chain config file.

Modified:
    
struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml

Modified: 
struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml?rev=401969&r1=401968&r2=401969&view=diff
==============================================================================
--- 
struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml
 (original)
+++ 
struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml
 Sat May  6 23:03:07 2006
@@ -205,17 +205,6 @@
         <command
                 
className="org.apache.struts.chain.commands.ExecuteForwardCommand"/>
 
-        <!--
-        If you want to use Tiles, uncomment this command, and the one in the
-        'servlet-exception' chain below, and make sure you have the
-        struts-tiles JAR included in your web application.
-
-        <command
-            className="org.apache.struts.tiles.commands.TilesPreProcessor"/>
-
-        -->
-
-
         <!-- Follow the returned ForwardConfig (if any) -->
         <command
                 
className="org.apache.struts.chain.commands.servlet.PerformForward"/>
@@ -239,15 +228,6 @@
         <!-- Execute the configured exception handler (if any) -->
         <command
                 
className="org.apache.struts.chain.commands.servlet.ExceptionHandler"/>
-
-        <!--
-        If you want to use Tiles, uncomment this command, and the one in the
-        'servlet-standard' chain below. This one is needed to allow Tiles to
-        be used from global exception handlers.
-
-        <command
-            className="org.apache.struts.tiles.commands.TilesPreProcessor"/>
-        -->
 
         <!-- Follow the returned ForwardConfig (if any) -->
         <command


Reply via email to