Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 26130 invoked from network); 22 Nov 2001 02:23:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Nov 2001 02:23:52 -0000 Received: (qmail 10105 invoked by uid 97); 22 Nov 2001 02:23:53 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@jakarta.apache.org Received: (qmail 10089 invoked by uid 97); 22 Nov 2001 02:23:52 -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 10071 invoked from network); 22 Nov 2001 02:23:52 -0000 Reply-To: From: "Dinesh, S." To: Subject: RE: Custom Tag - Error Compiling Date: Thu, 22 Nov 2001 09:19:03 +0700 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.50.4522.1200 Importance: Normal In-Reply-To: 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 All, The problem is solved. Silly me, apparently I did not have the servlet.jar in my classpath. Thank you for all the advice and assistance. Dinesh, S. -----Original Message----- From: Dinesh, S. [mailto:dinesh@golisa.com] Sent: Wednesday, November 21, 2001 9:02 AM To: taglibs-user@jakarta.apache.org Subject: Custom Tag - Error Compiling Hi All, I am playing around with Custom Tags. I have a Table Tag that extends a FieldTag. Compiling the FieldTag works fine, however, everytime I compile the TableTag, I keep getting the following:- Superclass com.jcs.db.dbase.FieldTag of class com.jcs.db.dbase.TableTag not found. public class TableTag extends FieldTag { ^ 1 error I know I am doing something wrong somewhere, but I just can't figure out what. Can anyone kindly advice? My code follows below. Thank you in Advance. Dinesh, S. -- To unsubscribe, e-mail: For additional commands, e-mail: