Re: Problems fetching struts-config DTD

2006-05-11 Thread Craig McClanahan
On 5/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi! I have a Struts webapp with a struts-config.xml that starts with the usual http://struts.apache.org/dtds/struts-config_1_3.dtd";> Which version of Struts are you trying to use this with? Since you are asking for version 1.3 of

Re: Problems fetching struts-config DTD

2006-05-11 Thread Sunil_Sahu
Niklas, I think there is nothing to do with any kind of validation. When you refer a doctype in your struts-config.xml file, it will verify it from DTD which is part of struts.jar, either you can put jar file in such a place that classloader can load it (web-inf/lib) or you can place DTD file i

RE: Problems fetching struts-config DTD

2006-05-11 Thread Shoukat, Faisal
U could use a classpath entity resolver and put the dtd in a jar on the path -Original Message- From: A. Alonso Dominguez [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 11:25 To: Struts Users Mailing List Subject: Re: Problems fetching struts-config DTD Take a look to the possible

Re: Problems fetching struts-config DTD

2006-05-11 Thread A. Alonso Dominguez
Take a look to the possible configurations of commons-digester, the ActionServlet fallsback to that library when it loads all the struts-config.xml files for your webapp. A working solution is to remove the DOCTYPE reference in the xml files. Alonso 2006/5/11, [EMAIL PROTECTED] <[EMAIL PROTECTE