Re: Tiles Use In A Disconnected PC

2003-06-19 Thread Craig R. McClanahan
On Tue, 17 Jun 2003, Martin Cooper wrote: > Date: Tue, 17 Jun 2003 20:48:56 -0700 (PDT) > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: Tiles Use In

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
gt; To: Struts Developers List <[EMAIL PROTECTED]> > > Subject: Re: Tiles Use In A Disconnected PC > > > > I just checked, and sure enough, the path that's being registered for the > > local DTDs does not match the location of the DTDs within the jar. > > Phe

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
On Tue, 17 Jun 2003, David Graham wrote: > >I just checked, and sure enough, the path that's being registered for the > >local DTDs does not match the location of the DTDs within the jar. I'm not > >sure which one is wrong, but I'll fix this tonight, unless someone else > >beats me to it. (Oh, t

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Craig R. McClanahan
On Tue, 17 Jun 2003, Martin Cooper wrote: > Date: Tue, 17 Jun 2003 10:39:08 -0700 (PDT) > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: Tiles Us

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread David Graham
I just checked, and sure enough, the path that's being registered for the local DTDs does not match the location of the DTDs within the jar. I'm not sure which one is wrong, but I'll fix this tonight, unless someone else beats me to it. (Oh, the perils of an always-on connection! ;) Regarding Valid

RE: Tiles Use In A Disconnected PC

2003-06-17 Thread Steve Raeburn
quick fix). I'm afraid I don't know about tiles though. Steve > -Original Message- > From: White, Joshua A (HTSC, CASD) [mailto:[EMAIL PROTECTED] > Sent: June 17, 2003 6:53 AM > To: 'Struts Developers List' > Subject: RE: Tiles Use In A Disconnected PC

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
I just checked, and sure enough, the path that's being registered for the local DTDs does not match the location of the DTDs within the jar. I'm not sure which one is wrong, but I'll fix this tonight, unless someone else beats me to it. (Oh, the perils of an always-on connection! ;) Regarding Vali

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Erik Hatcher
removing the DOCTYPE declaration as well. Joshua -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 3:18 AM To: [EMAIL PROTECTED] Subject: Tiles Use In A Disconnected PC One of my the demos for my JavaOne sessions (using Struts and JDO together

RE: Tiles Use In A Disconnected PC

2003-06-17 Thread White, Joshua A (HTSC, CASD)
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:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 3:18 AM To: [EMAIL PROTECTED] Subject: Tiles Use In A Disconnected

Tiles Use In A Disconnected PC

2003-06-17 Thread Craig R. McClanahan
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 ap