One of my the demos for my JavaOne sessions (using Struts and JDO together) used Tiles -- but I ran into problems trying to parse the tiles-definitions.xml file when disconnected from the Internet. The only way I could fix this was to remove the DOCTYPE declaration (which is bad); this made the app work, but fired off a bunch of wierd parse errors in the Tomcat logs.
The Struts code I used was very near (but not identical) what we shipped in RC2. I've seen a variety of comments on STRUTS-USER implying that this is still an issue. Can you guys please confirm that using the standard DOCTYPE declaration, when disconnected from the Internet, actually works? Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]