You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2006/02/14 03:24:02 UTC

svn commit: r377580 - /struts/action/trunk/conf/java/chain-config.xml

Author: niallp
Date: Mon Feb 13 18:24:01 2006
New Revision: 377580

URL: http://svn.apache.org/viewcvs?rev=377580&view=rev
Log:
Correct Tiles command package name

Modified:
    struts/action/trunk/conf/java/chain-config.xml

Modified: struts/action/trunk/conf/java/chain-config.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/conf/java/chain-config.xml?rev=377580&r1=377579&r2=377580&view=diff
==============================================================================
--- struts/action/trunk/conf/java/chain-config.xml (original)
+++ struts/action/trunk/conf/java/chain-config.xml Mon Feb 13 18:24:01 2006
@@ -246,7 +246,7 @@
         be used from global exception handlers.
 
         <command
-            className="org.apache.struts.chain.servlet.TilesPreProcessor"/>
+            className="org.apache.struts.tiles.commands.TilesPreProcessor"/>
         -->
 
         <!-- Follow the returned ForwardConfig (if any) -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org