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/11/06 17:08:06 UTC

svn commit: r711885 [3/3] - in /tiles/framework/trunk: tiles-core/src/main/java/org/apache/tiles/awareness/ tiles-core/src/main/java/org/apache/tiles/context/ tiles-core/src/main/java/org/apache/tiles/context/enhanced/ tiles-core/src/main/java/org/apac...

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=711885&r1=711884&r2=711885&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp (original)
+++ tiles/framework/trunk/tiles-test/src/main/webapp/testinitcontainer.jsp Thu Nov  6 08:06:38 2008
@@ -28,8 +28,8 @@
 <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.TilesContextFactory"
-               value="org.apache.tiles.context.enhanced.EnhancedContextFactory"/>
+    <tiles:putAttribute name="org.apache.tiles.context.TilesApplicationContextFactory"
+               value="org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory"/>
     <tiles:putAttribute name="org.apache.tiles.factory.TilesContainerFactory.MUTABLE"
                value="true"/>
     <tiles:putAttribute name="org.apache.tiles.definition.DefinitionsReader"