RE: taglib in web.xml

2004-09-28 Thread Hubble, Christopher
lto:[EMAIL PROTECTED]Sent: Tuesday, September 28, 2004 9:34 AMTo: '[EMAIL PROTECTED]'Subject: RE: taglib in web.xml SEVERE: Parse Error at line 6 column 19: Document root element "taglib", must match DOCTYPE root "null".   It looks like you are parsing som

RE: taglib in web.xml

2004-09-28 Thread Bill Keicher
found under /conf and any other xml files you may be parsing at server startup.   -bill -Original Message-From: Hubble, Christopher [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 28, 2004 9:09 AMTo: '[EMAIL PROTECTED]'Subject: RE: taglib in web.xml Here's the

RE: taglib in web.xml

2004-09-27 Thread tony . q . weddle
Chris, Try posting your web.xml here. It sounds like it's screwed up; maybe someone here can spot the problem. Tony I keep getting taglib errors.  It says that taglib must match Doctype root null.  I'm not using any jsp's. Chris

RE: taglib in web.xml

2004-09-27 Thread Hubble, Christopher
ubject: RE: taglib in web.xml > What exactly are the taglib fields in the web.xml file for? In older web applications they were used to identify tag libraries used in the application. In more recent versions of the servlet specification they are not needed (but still supported). They are not

RE: taglib in web.xml

2004-09-27 Thread Barlotta, Timothy - Arlington, VA - Contractor
> What exactly are the taglib fields in the web.xml file for? In older web applications they were used to identify tag libraries used in the application. In more recent versions of the servlet specification they are not needed (but still supported). They are not needed for a web service at all.