Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 6541 invoked from network); 7 Apr 2000 15:41:36 -0000 Received: from mail.point2.com (204.83.38.19) by locus.apache.org with SMTP; 7 Apr 2000 15:41:36 -0000 Received: from JASON (JASON.point2.com [192.168.0.203]) by mail.point2.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-45551U100L100S0) with SMTP id AAA239 for ; Fri, 7 Apr 2000 09:40:36 -0600 From: jcollins@point2.com (Collins, Jason) To: Subject: RE: Trouble with Taglib Date: Fri, 7 Apr 2000 09:43:09 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N More on this. This occurs when the custom tag's name is only one letter long. E.g., Main Page This appears to be a bug. When I increase the custom tag name to 2 letters (e.g., "ab"), it works fine. Where do I report this bug? Thanks, j -----Original Message----- From: Collins, Jason [mailto:jcollins@point2.com] Sent: April 6, 2000 4.35p To: tomcat-user@jakarta.apache.org Subject: Trouble with Taglib I am getting the following error when I try to include a custom tag in a JSP page: org.apache.jasper.JasperException: No such tag null in the tag library imported with prefix p2 at org.apache.jasper.compiler.TagLibraries.isUserDefinedTag(TagLibraries.java:94) Using Tomcat 3.1, JDK 1.2.2. My web.xml file looks like this: /p2.tld /WEB-INF/p2.tld and the taglib file is definitely being parsed. Any help/pointers would be appreciated. Thanks, j =========================================================== Jason Collins Phone 306.955.1855 Information Systems Manager Fax 306.955.0471 Point2 Internet Systems www.point2.com =========================================================== -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org