Not sure if this is exactly the same thing, but I had a similar problem
yesterday - I think you need to add the following to your action servlet
configration in web.xml for your app.
<init-param>
      <param-name>validate</param-name>
      <param-value>true</param-value>
    </init-param>

Sorted it out for me anyway!

Regards
James Wiltshire

-----Original Message-----
From: Christian STOIBER [mailto:[EMAIL PROTECTED]]
Sent: 24 November 2000 11:06
To: [EMAIL PROTECTED]
Subject: struts-config_1_0.dtd failure



I have a problem using the new action configuration:


resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN',
 'http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd')
Not registered, use system identifier
Parse Fatal Error at line 5 column -1: External entity not found:
"http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd".
org.xml.sax.SAXParseException: External entity not found:
"http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd".
at com.sun.xml.parser.Parser.fatal(Parser.java:2817) ...


Cannot have a DTD declaration outside of a DTD. Line 26, Position 12
<!ENTITY % BeanName "CDATA">
-----------^



thanks Christian



______________________________________________________________________
Der Austausch von Nachrichten mit Software Daten Service via E-Mail dient
ausschliesslich Informationszwecken. Rechtsgeschaeftliche Erklaerungen
duerfen
ueber dieses Medium nicht ausgetauscht werden.

Correspondence with Software Daten Service via e-mail is only for
information
purposes. This medium is not to be used for the exchange of legally-binding
communications.



Reply via email to