Hi, Yesterday I got the same problem, and here is the solution:
Use new version of tiles: 2.0 for tiles.xml: <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd"> for jsps: <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> tags are a little bit changed but it's easy to upgrade for more details: http://tiles.apache.org/ Best regards, Aram