The problem seems to be that in the various struts-config.xml within the
struts-examples.war the DOCTYPE is:
 
<!DOCTYPE struts-config SYSTEM "
http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd
<http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd> ">

when it should be:
 
<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
          "  <http://struts.apache.org/dtds/struts-config_1_2.dtd>
http://struts.apache.org/dtds/struts-config_1_2.dtd";>

N.B. I tried just changing the URL and leaving the DOCTYPE as SYSTEM and it
still didn't work for me. 
 
I wonder whether any of the other war files which come with struts have the
same problem?
 
Best regards
 
Robert Longson


This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

Reply via email to