Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 36095 invoked from network); 6 Jul 2004 16:16:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 16:16:58 -0000 Received: (qmail 3862 invoked by uid 500); 6 Jul 2004 16:01:11 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 3794 invoked by uid 500); 6 Jul 2004 16:01:10 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 3754 invoked by uid 99); 6 Jul 2004 16:01:10 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 06 Jul 2004 09:01:08 -0700 Received: (qmail 9766 invoked by uid 50); 6 Jul 2004 16:02:19 -0000 Date: 6 Jul 2004 16:02:19 -0000 Message-ID: <20040706160219.9765.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 29936] - XML parser loading problems by container X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=29936 XML parser loading problems by container funkman@joedog.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Blocker ------- Additional Comments From funkman@joedog.org 2004-07-06 16:02 ------- Are you sure you haven't duplicated the tagdef in the JSP multiple times? For example - this would cause an error: <%@ taglib uri="http://java.sun.com/jstl/core/c.tld" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core/c.tld" prefix="c" %> Or this: <%@ taglib uri="http://java.sun.com/jstl/core/c.tld" prefix="c" %> <%@include page="foo.jsp"%> where foo.jsp also has: <%@ taglib uri="http://java.sun.com/jstl/core/c.tld" prefix="c" %> --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org