RE: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Benedict, Paul C
his is the DOCTYPE I use: http://struts.apache.org/dtds/struts-config_1_2.dtd";> Thanks, Paul -Original Message- From: Tim [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 3:16 PM To: Struts Users Mailing List Subject: Re: Referencing the Local DTD rather than the http:// o

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Tim
quot; Sent: Friday, January 21, 2005 8:40 AM Subject: Re: Referencing the Local DTD rather than the http:// one Why do you need to have local copies of these DTDs in the WEB-INF? Whats wrong with just letting struts pick the "standard" DTDs shipped in the struts.jar? Niall - Original Mes

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Niall Pemberton
, 2005 3:52 PM Subject: Re: Referencing the Local DTD rather than the http:// one > What I find particularly annoying about this problem is references to > local Struts Configuration files work correctly, which in turn load the > Tiles Definitions. > > /WEB-INF/struts-config.xml > /WEB

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Craig McClanahan
On Fri, 21 Jan 2005 12:44:51 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 10:29 AM -0800 1/21/05, Tim wrote: > >Thank you Lukas, Thank you Joe, thanks to the others who tried to help. > >It works now. I just couldnt figure out that you still use the > >PUBLIC keyword with Local SYSTEM refere

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Joe Germuska
retty sure you can completely omit the backup URL. Joe - Original Message - From: "Lukas Bradley" <[EMAIL PROTECTED]> To: Sent: Friday, January 21, 2005 9:02 AM Subject: Re: Referencing the Local DTD rather than the http:// one "-//Apache Software Foundation//DTD Tiles C

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Tim
21, 2005 9:02 AM Subject: Re: Referencing the Local DTD rather than the http:// one "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" Yours do not include the version number. If the ID above is used, the In this case, the URL specified for the DTD should be completely i

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Lukas Bradley
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" Yours do not include the version number. If the ID above is used, the In this case, the URL specified for the DTD should be completely ignored. Fantastic. Thanks Joe. The following works. Lukas ---

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Joe Germuska
This is the literal public ID which must be used: "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" Yours do not include the version number. If the ID above is used, the Digester instance used by Tiles will retrieve the DTD from the classpath location "/org/apache/struts/resource

Re: Referencing the Local DTD rather than the http:// one

2005-01-21 Thread Lukas Bradley
What I find particularly annoying about this problem is references to local Struts Configuration files work correctly, which in turn load the Tiles Definitions. /WEB-INF/struts-config.xml /WEB-INF/tiles-defs.xml /WEB-INF/dtd/(all here) An example of my Struts Config definition, that works correc

Re: Referencing the Local DTD rather than the http:// one

2005-01-20 Thread Joe Germuska
sage - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 19, 2005 4:21 PM Subject: RE: Referencing the Local DTD rather than the http:// one Tim, I thought you were supposed to take out the "-//Apache " pa

Re: Referencing the Local DTD rather than the http:// one

2005-01-19 Thread Tim
PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 19, 2005 4:21 PM Subject: RE: Referencing the Local DTD rather than the http:// one Tim, I thought you were supposed to take out the "-//Apache " part when using a SYSTEM local url AND that using dot-dot

RE: Referencing the Local DTD rather than the http:// one

2005-01-19 Thread David G. Friedman
ssage- From: Tim [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 6:53 PM To: Struts Tiles Subject: Referencing the Local DTD rather than the http:// one Hi all, This might look trivial, but took enough time and effort searching for the answer I am using struts tiles, and build th

Referencing the Local DTD rather than the http:// one

2005-01-19 Thread Tim
Hi all, This might look trivial, but took enough time and effort searching for the answer I am using struts tiles, and build the entire application without problems and works great. until I changed the reference to the dtd file in the tiles-definition.xml file from the original: http://jakarta