2009/3/31 Amin Mohammed-Coleman <[email protected]>: > Is there any documentation on how to use the component?
Nope, as I said before is under heavy development. > I can't > see any of the freemarker support classes being invovked when I debug. As I > mentioned earlier i am using freemarker jsp tag support. If you use FreeMarker JSP support, the classes in tiles-freemarker are not used. You should use TilesFreeMarkerServlet to make it work, so you won't need Tiles JSP tags. See the tiles-test webapp for examples: http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-test/ HTH Antonio
