Of course... it doesn't change mucho anyway...

                <listener><!--Puede usarse un filtro
http://tiles.apache.org/tutorial/configuration.html -->
                
<listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
                </listener>
                <context-param>
                        <param-name>
                                
org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG
                        </param-name>
                        <param-value>
                        /WEB-INF/tiles2-common_defs.xml,/WEB-INF/tiles2-defs.xml
                        </param-value>
                </context-param>

tiles included in tiles2-common_defs.xml are not visible to tiles2-defs.xml
(or any other file). If I group all definitions in one file, it works.

Thanks again,
Ignacio
-- 
View this message in context: 
http://www.nabble.com/Multiple-tiles.xml-and-%22can%27t-find-its-ancestor%22-error-tp21670877p21703983.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to