2011/7/28 Emi Lu <[email protected]> > Good afternoon, > > Tiles2.2.2 + struts2.2.3. > > Web.xml > ============= > <context-param> > <param-name> > org.apache.tiles.impl.**BasicTilesContainer.**DEFINITIONS_CONFIG > </param-name> > <param-value> > /WEB-INF/tiles/t1.xml, > /WEB-INF/tiles/t2.xml > </param-value> > </context-param> > > Only t1.xml is found; but t2.xml cannot be found. >
I think that there is a bug not allowing whitespace and/or newlines in this parameter value. Please remove them and retry. Antonio
