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"
