2007/7/2, Chris Pratt <[EMAIL PROTECTED]>:
You may need to include the context-param to define your tiles-config.xmlfile for the listener.<context-param> <param-name>tiles-definitions</param-name> <param-value>/WEB-INF/tiles-config.xml</param-value> </context-param>
It's wrong, the correct (deprecated but still working) parameter name is "definitions-config". Anyway, notice that Struts 2.0.8 uses Tiles 2.0.3. With Tiles 2.0.4 the configuration parameters changed the names, so the new name is: http://tiles.apache.org/config-reference.html#org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

