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 79698 invoked from network); 15 Aug 2000 18:55:53 -0000 Received: from mango2-a.citicorp.com (HELO citicorp.com) (192.193.196.141) by locus.apache.org with SMTP; 15 Aug 2000 18:55:53 -0000 Received: from myrtle1.citicorp.com (imta.citicorp.com [192.193.196.187]) by citicorp.com (Pro-8.9.3/8.9.3) with ESMTP id OAA25746 for ; Tue, 15 Aug 2000 14:52:05 -0400 (EDT) Received: from castle.citicorp.com ([169.163.103.10]) by myrtle1.citicorp.com (Pro-8.9.3/8.9.3) with ESMTP id OAA14018 for ; Tue, 15 Aug 2000 14:48:32 -0400 (EDT) Received: by CASTLE with Internet Mail Service (5.5.1960.3) id ; Tue, 15 Aug 2000 14:52:53 -0400 Message-ID: From: "Zeltser, Mark" To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Unable to load classes in JSP Date: Tue, 15 Aug 2000 14:52:42 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Thanks Craig. BTW, Looks like Tomcat doesn't recompile JSPs which were included using <% include file...> directive. Is this on bug list? Thanks, Mark. -----Original Message----- From: Craig McClanahan [mailto:Craig.McClanahan@eng.sun.com] Sent: Tuesday, August 15, 2000 12:56 PM To: tomcat-user@jakarta.apache.org Subject: Re: Unable to load classes in JSP "Zeltser, Mark" wrote: > Hi All, > > I am running Tomcat 3.1 with jdk1.2.2 under WinNt 4.0. > > Inside of my JSP page I import class files (they are in the class path) > using page directive. useBean works only if I provide full path to my > class. > Per the JSP specification, the tag requires fully qualified class names for a bunch of technical reasons related to how you dynamically instantiate instances of classes at runtime. Craig McClanahan