>>>>> "Joe" == Joe Germuska <[EMAIL PROTECTED]> writes:
Joe> The ActionServlet doesn't know about Tiles. Tiles registers Joe> the appropriate DTD in another location, specifically: Joe> http://struts.apache.org/struts-tiles/xref/org/apache/struts/tiles/xmlDefinition/XmlParser.html#65 Thanks for the pointer. So - the question becomes - what are we doing wrong :) And I'm afraid the answer is dreadfully simple. We started off with tiles using Struts in action. In the copy I have listing 11.19 shows: <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration//EN" "http://jakarta.apache.org/struts/dtds/tiles-config.dtd"> Listing 11.11 however shows: <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> Which matches http://struts.apache.org/struts-tiles/xref/org/apache/struts/tiles/xmlDefinition/XmlParser.html#50 an awful lot better. The thing that's annoying - I work with DTDs daily - I just didn't spot the difference in the public id :) Need more coffee. I've just checked the errata for the book - this difference is not listed. I'll check it out a bit more - and then let Manning know. -- Chris Searle [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]