Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 93208 invoked from network); 20 Feb 2006 10:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 10:17:55 -0000 Received: (qmail 35083 invoked by uid 500); 20 Feb 2006 10:17:54 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 34466 invoked by uid 500); 20 Feb 2006 10:17:52 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 34453 invoked by uid 99); 20 Feb 2006 10:17:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 02:17:52 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.36.33.125] (HELO mail.paymentsystemsltd.com) (212.36.33.125) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 02:17:51 -0800 Received: from mail.paymentsystemsltd.com (localhost [127.0.0.1]) by mail.paymentsystemsltd.com (Postfix) with ESMTP id 84653103805 for ; Mon, 20 Feb 2006 10:17:29 +0000 (GMT) Received: by mail.paymentsystemsltd.com (Postfix, from userid 1003) id 6A494103808; Mon, 20 Feb 2006 10:17:29 +0000 (GMT) Received: from phantom (unknown [192.168.0.170]) by mail.paymentsystemsltd.com (Postfix) with ESMTP id 70E1A103805 for ; Mon, 20 Feb 2006 10:17:25 +0000 (GMT) From: "Alistair Sutton" To: "'Tag Libraries Users List'" Subject: RE: jsp Date: Mon, 20 Feb 2006 10:17:16 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcY2BcVUQ5UzH1AuRFi3e9TaNH4gGwAADeRA In-Reply-To: <20060220101005.48944.qmail@web8810.mail.in.yahoo.com> Message-Id: <20060220101725.70E1A103805@mail.paymentsystemsltd.com> X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mail.london.waltonmobile.com X-Spam-Level: X-AV-Checked: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.3 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The class attribute specifies the class name of the Java Bean you wish to use. So if you had a Java class in a directory structure like : com/mypackage/MyClass.java The first line of the .java file must be package com.mypackage; (As in a MyClass.java in a package com.mypackage) Then in the class attibute you would specify. The id is the name of the variable which refers to that object of type com.mypackage.MyClass. Having an empty class attribute is an error as the tag does not know which class it must load to make the bean from. If you are not using packages then just put the class name into the class tag. Hope this helps Alistair -----Original Message----- From: tatyaso patil [mailto:tatyasopatil2005@yahoo.co.in] Sent: 20 February 2006 10:10 To: taglibs-user@jakarta.apache.org Subject: jsp hello sir i am get one error in jsp program. hello sir i am get one error in jsp program. i got error at class attribute that value is invalid. please suggest me the answer. i got error at class attribute that value is invalid. please suggest me the answer. --------------------------------- Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org