You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/12/18 13:34:09 UTC

svn commit: r727706 - /tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp

Author: apetrelli
Date: Thu Dec 18 04:34:08 2008
New Revision: 727706

URL: http://svn.apache.org/viewvc?rev=727706&view=rev
Log:
TILES-334
Fixed initialization in InitContainerTag test in tiles-test.

Modified:
    tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp

Modified: tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp?rev=727706&r1=727705&r2=727706&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp (original)
+++ tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp Thu Dec 18 04:34:08 2008
@@ -28,7 +28,7 @@
 <tiles:initContainer containerFactory="org.apache.tiles.factory.TilesContainerFactory">
     <tiles:putAttribute name="definitions-config"
                value="/WEB-INF/tiles-defs.xml,/org/apache/tiles/classpath-defs.xml,/WEB-INF/tiles-defs-1.1.xml"/>
-    <tiles:putAttribute name="org.apache.tiles.context.TilesApplicationContextFactory"
+    <tiles:putAttribute name="org.apache.tiles.context.AbstractTilesApplicationContextFactory"
                value="org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory"/>
     <tiles:putAttribute name="org.apache.tiles.factory.TilesContainerFactory.MUTABLE"
                value="true"/>