On 11/1/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Thanks Greg! A few questions...
+ <title>The Tiles 1.1 Framework Project - Examples</title> The release plan has Struts Tiles as part of the 1.3.0 release, and I think this should be changed to 1.3. I've already changed the version in the tld, but didn't touch the dtd. + <%@ taglib uri=" http://jakarta.apache.org/tiles " prefix="tiles" %> > The URI in the tld is http://struts.apache.org/tags-tiles + <!DOCTYPE tiles-definitions PUBLIC > + "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" > + "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd "> The URL should start with http://struts.apache.org/dtds. See above about versioning... if it's really supposed to be 1.1 then I'll change the tld back to match. Thanks, -- Wendy