2010/6/8 Jorge Vasquez <[email protected]>: > Everything works fine in this project if I use the normal approach of the > tiles.xml file with all the definitions, but I am trying to use a more basic > approach involving just ftl pages, no tiles xml file.
It seems that you are not starting Tiles container at all. Try, in your configuration, to use this init parameter: http://tiles.apache.org/2.1/framework/config-reference.html#org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG and putting an empty value. However I don't guarantee anything. Antonio
