2009/1/20 Colyer, Jeffrey <[email protected]>: > I'm trying to do the migration and keep my existing tiles-defs.xml files.
You might be interested in this: http://tiles.apache.org/framework/migration/configuration.html#Reusing_old_Tiles_configuration_files > java.lang.NullPointerException > > org.apache.tiles.web.util.TilesDispatchServlet.doGet(TilesDispatchServlet.java:87) >... > <servlet-name>TilesDispatcher</servlet-name> > > <servlet-class>org.apache.tiles.web.util.TilesDispatchServlet</servlet-class> TilesDispatchServlet alone does not initialize Tiles, you have to use TilesServlet or TilesListener: http://tiles.apache.org/framework/tutorial/configuration.html Antonio
