[EMAIL PROTECTED] wrote:
Turning validation off and changing tiles-config.dtd into
tiles-config_1_1.dtd like suggested by Laurie Harper did not
work. So I removed the DOCTYPE declaration and it seems to work.
I wonder why the xml parser tries to connect to
http://jakarta.apache.org/ for my tiles-
Turning validation off and changing tiles-config.dtd into
tiles-config_1_1.dtd like suggested by Laurie Harper did not
work. So I removed the DOCTYPE declaration and it seems to work.
I wonder why the xml parser tries to connect to
http://jakarta.apache.org/ for my tiles-defs.xml, I always thought
Looks to me like you have an incorrect DOCTYPE declaration. Mine looks like
this:
http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
L.
[EMAIL PROTECTED] wrote:
Hi all!
I would like my web-app (using Struts 1.2.7, Tomcat 5.5.9, Windows 2000)
to use Tiles, and so I updated my stru
On 8 Aug 2005, at 12:24, [EMAIL PROTECTED] wrote:
In my WEB-INF folder there is the following tiles-defs.xml:
http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>
Then you should change the URI to your local tiles config dtd, or
switch validation off.
Cheers,
Daniel
Your xml parser is trying to connect to http://jakarta.apache.org/ to validate
your xml file.
I have this problem too! i've found a number of solutions
1) remove the doctype declaration from the xml
2) chage the doctype to use SYSTEM rather than PUBLIC
3) switch off xml validation
Try setting "
Hi all!
I would like my web-app (using Struts 1.2.7, Tomcat 5.5.9, Windows 2000)
to use Tiles, and so I updated my struts-config.xml with a tiles plugin
In my WEB-INF folder there is the following tiles-defs.xml:
http://jakarta.apache.org/struts/dtds/tiles-config.dtd";>
6 matches
Mail list logo