atom feed10 messages in org.apache.struts.devRe: Tiles Use In A Disconnected PC
FromSent OnAttachments
Craig R. McClanahanJun 17, 2003 12:17 am 
White, Joshua A (HTSC, CASD)Jun 17, 2003 6:52 am 
Erik HatcherJun 17, 2003 7:08 am 
Steve RaeburnJun 17, 2003 9:45 am 
Martin CooperJun 17, 2003 10:38 am 
David GrahamJun 17, 2003 11:38 am 
Craig R. McClanahanJun 17, 2003 2:05 pm 
Martin CooperJun 17, 2003 8:30 pm 
Martin CooperJun 17, 2003 8:48 pm 
Craig R. McClanahanJun 19, 2003 8:44 am 
Subject:Re: Tiles Use In A Disconnected PC
From:Erik Hatcher (jaka@ehatchersolutions.com)
Date:Jun 17, 2003 7:08:14 am
List:org.apache.struts.dev

I had reported this with Validator ages ago and I thought it had been fixed.

I better try it soon, before TheServerSide Symposium! :O

Erik

On Tuesday, June 17, 2003, at 09:52 AM, White, Joshua A (HTSC, CASD) wrote:

Craig,

I receive the same errors when using the validator. I wound up removing the DOCTYPE declaration as well.

Joshua

-----Original Message----- From: Craig R. McClanahan [mailto:crai@apache.org] Sent: Tuesday, June 17, 2003 3:18 AM To: stru@jakarta.apache.org Subject: Tiles Use In A Disconnected PC

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