I'm compiling from source and and the dtd's are in WEB-INF is this the right
place for them?

Also the validating param in the web.xml is already set to false howver we
still had probs...

Thanks
Jin
----- Original Message -----
From: "James Holmes" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 2:47 PM
Subject: RE: DTD validation


> Struts uses its own DTD resolver and *should* be able
> to resolve DTDs with or without a connection to the
> internet.
>
> I would not comment out the DOCTYPE declaration in the
> config files. If you do not want your config files
> validated for some reason you can turn this "off" by
> setting the "validating" <init-param> for the
> ActionServlet in your web.xml file to "false".
>
> -james
> [EMAIL PROTECTED]
> http:[EMAIL PROTECTED]/struts/
>
>
> > -----Original Message-----
> > From: Jin Bal [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 24, 2002 5:13 AM
> > To: Struts Users Mailing List
> > Subject: DTD validation
> >
> >
> > How do I cleanly switch off or force struts and the
> > web.xml to validate the
> > dtds that are on my local machine as opposed to
> > trying to resolve the url
> > declared in the xml file (which sometimes can be
> > unavailable).
> >
> > I've commented out the doctype declaration as a stop
> > gap measure but this
> > isn't an ideal situation
> >
> > Thanks
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
>
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to