Re: Access to tiles-config_1_1.dtd

2004-04-14 Thread snpe
ot > open the dtd file. > > JR > > Configuration//EN' > 'http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd'> > - Original Message - > From: "snpe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, Apri

Re: Access to tiles-config_1_1.dtd

2004-04-14 Thread MyHotspotzz Mail
pril 14, 2004 10:28 AM Subject: Re: Access to tiles-config_1_1.dtd > set tiles-def.xml like : > > > "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" >"http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd";> > > &g

Re: Access to tiles-config_1_1.dtd

2004-04-14 Thread snpe
set tiles-def.xml like : http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd";> regards On Wednesday 14 April 2004 02:43 pm, MyHotspotzz Mail wrote: > I was seeing a failure to find tiles definitions factory. > I've tracked it down to the tiles-config_1_1.dtd not being accessable from

Access to tiles-config_1_1.dtd

2004-04-14 Thread MyHotspotzz Mail
I was seeing a failure to find tiles definitions factory. I've tracked it down to the tiles-config_1_1.dtd not being accessable from the jakarta web site. I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I get Tomcat to find it? J.R.