Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 95186 invoked from network); 12 Sep 2002 14:12:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Sep 2002 14:12:32 -0000 Received: (qmail 4518 invoked by uid 97); 12 Sep 2002 14:13:03 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@jakarta.apache.org Received: (qmail 4502 invoked by uid 97); 12 Sep 2002 14:13:03 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 4490 invoked by uid 98); 12 Sep 2002 14:13:02 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Thu, 12 Sep 2002 10:12:18 -0400 (EDT) From: Shawn Bayern X-Sender: bayern@precision To: Tag Libraries Users List Subject: Re: JSP compile error In-Reply-To: <53A9834AE2AED5119DD200508BE3254A0691229D@emss07m03.lmtas.lmco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 12 Sep 2002, Thomas, Bobby P wrote: > I would really appreciate if anyone could help me with an error while the > JSP engine tries to compile my JSP. I am using iPlanet WebServer which > utilizes jakarta's Jasper JSP Enginer. > > My JSP: > <%@ taglib prefix="util" uri="/../web-inf/util.tld"%> > var="language"/> (line 17) > > I get the error : > JSP: JSP1x compiler threw exception > org.apache.jasper.compiler.CompileException: > C:\iPlanet\Servers\bin\https\webapps\phonebook-app\search.jsp(17,0) Unable > to load class null at > org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java:128 > ) . > > What could be a possible reason for the error and how can I fix it? Any help > would be greatly appreciated. It's likely to be an error in your TLD. Could you display the entry for the tag in util.tld? I'm not an iPlanet user, but off the top of my head, a few things to look out for include a packageless class as your or some other irregularity related to that mapping. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com -- To unsubscribe, e-mail: For additional commands, e-mail: