I think it should work with the !DOCTYPE in JRun. I don't know if this has
been fixed in recent builds. Please report this to the beta forum at
Allaire.
Scott Stirling
Allaire
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Uwe Hanisch
Sent: Friday, May 26, 2000 7:35 AM
To: [EMAIL PROTECTED]
Subject: [TAGLIB] tld header: JRun 3.0rc1 vs. Tomcat 3.1
Wrote my own taglib, works fine in JRun 3.0rc1 and in Tomcat 3.1
with one exception:
Tomcat 3.1 requires including following !DOCTYPE tag:
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
JRun 3.0 rc1 don't like it. But JRun works Without any !DOCTYPE in
TLD.
------------------------------------------------------------------------
The same happens with my web.xml file:
Tomcat 3.1 requires including following !DOCTYPE tag:
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
JRun 3.0 rc1 don't like it. But JRun works Without any !DOCTYPE in
web.xml.
------------------------------------------------------------------------
What is the right behavior?
Should my web-application and taglib work with and/or without
the specification of a DTD in web.xml/tld-File?
A web-application or taglib is not portable if I have to edit web.xml
and taglib TLD's!!!!!
Thanks for help in advance
Uwe
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets