2010/5/1 Asaf Lahav <[email protected]>: > Following is the Tomcat initialization log inidcating usage of deprecated > classes... (in red). >... > 62 [main] WARN org.apache.tiles.factory.TilesContainerFactory - DEPRECATION > WARNING! You are using parameter-based initialization, that is no > longer supported! > Please see docs: > http://tiles.apache.org/framework/tutorial/configuration.html
This means that configuration through initialization parameters is no deprecated in Tiles 2.2.x. You can live with it, or use Java-based configuration: http://tiles.apache.org/framework/tutorial/configuration.html Antonio
