Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 69376 invoked from network); 4 Apr 2003 20:42:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Apr 2003 20:42:02 -0000 Received: (qmail 6748 invoked by uid 97); 4 Apr 2003 20:43:57 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 6741 invoked from network); 4 Apr 2003 20:43:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Apr 2003 20:43:57 -0000 Received: (qmail 67327 invoked by uid 500); 4 Apr 2003 20:41:37 -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 67253 invoked from network); 4 Apr 2003 20:41:36 -0000 Received: from vc3-45k.dsl.netrack.net (HELO mail.thielen.com) (199.45.247.108) by daedalus.apache.org with SMTP; 4 Apr 2003 20:41:36 -0000 Received: from BAMBI [199.45.247.105] by mail.thielen.com (SMTPD32-7.15) id ADFBE1D00CA; Fri, 04 Apr 2003 13:41:31 -0700 Message-ID: <008301c2faea$92b71b00$69f72dc7@BAMBI> From: "David Thielen" To: "Tomcat - dev" References: <004801c2f0ff$dd66e530$69f72dc7@BAMBI> <012e01c2f966$b7b97400$69f72dc7@BAMBI> Subject: Re: JSP won't work unless have package in taglib .java file Date: Fri, 4 Apr 2003 13:41:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Hi; > > If I have a tld object (ie TemplateDesc.java) with no project and place it > in WEB-INF/classes - it won't work. But if I give it a package name and > place it in WEB-INF/classes/package - then it works. > > The problem seems to be that with no package it generates the code: > TemplateDesc _jspx_th_tl_TP_0 = (TemplateDesc) > _jspx_tagPool_tl_TP.get(com.windwardreports.TemplateDesc.class); > > but with the package it generates: > com.windwardreports.TemplateDesc _jspx_th_tl_TP_0 = > (com.windwardreports.TemplateDesc) > _jspx_tagPool_tl_TP.get(com.windwardreports.TemplateDesc.class); > > which makes sense. But why can it find it as part of a package but not with > no package? > > thanks - dave --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org