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:Steve Raeburn (ste@ninsky.com)
Date:Jun 17, 2003 9:45:35 am
List:org.apache.struts.dev

Validator is OK. I had a problem recently but it was my fault for including the wrong Struts jar. Once I spotted it and added the RC2 jar everything was fine.

During the process of figuring that out we found that you could use change the doctype to SYSTEM and reference a local copy. (Useful for a quick fix).

I'm afraid I don't know about tiles though.

Steve

-----Original Message----- From: White, Joshua A (HTSC, CASD) [mailto:Josh@thehartford.com] Sent: June 17, 2003 6:53 AM To: 'Struts Developers List' Subject: RE: Tiles Use In A Disconnected PC

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