Hola
Hello
Me encuentre tu problema:
I have found your problem
list$jsp.java:85: handlePageException(java.lang.Exception) in javax.servlet.jsp.
PageContext cannot be applied to (java.lang.Throwable)
if (pageContext != null) pageContext.handlePageException(t);
^
1 error
OS: Win2K
JDK:1.3
Que es la problema aqui???
What is the Problem here???
Later Gator
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.
The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.
LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.
_____________GMT-5___________________
>From: Nicolas S i l b e r z a h n <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Using Packages for Bean Classes >Date: Sat, 31 Aug 2002 17:10:20 +0200 >MIME-Version: 1.0 >Received: from mc2-f26.law16.hotmail.com ([65.54.237.33]) by hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sat, 31 Aug 2002 08:18:22 -0700 >Received: from swjscmail2.java.sun.com ([192.18.99.108]) by mc2-f26.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sat, 31 Aug 2002 08:18:22 -0700 >Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by swjscmail2.java.sun.com (Postfix) with ESMTPid 3CF2C225FE; Sat, 31 Aug 2002 09:15:33 -0600 (MDT) >Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with spool id 2600130 for [EMAIL PROTECTED]; Sat, 31 Aug 2002 09:13:40 -0600 >Received: from abbey-road.digitalairways.com (digital.allnet.fr [195.25.165.21]) by swjscmail1.java.sun.com (Postfix) with SMTP id 53CA94816 for <[EMAIL PROTECTED]>; Sat, 31 Aug 2002 09:03:39 -0600 (MDT) >Received: from [193.250.243.56] by abbey-road.digitalairways.com (NTMail 4.30.0012/NU7984.00.1d07ce0a) with ESMTP id xwwzcaaa for <[EMAIL PROTECTED]>; Sat, 31 Aug 2002 17:08:40 +0100 >Delivered-To: [EMAIL PROTECTED] >X-Priority: 3 (Normal) >X-MSMail-Priority: Normal >X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 >Importance: Normal >Message-ID: <[EMAIL PROTECTED]> >Sender: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 31 Aug 2002 15:18:22.0609 (UTC) FILETIME=[A512E010:01C25101] > >Hans Bergsten, author of JavaServer Pages in its paper "Hans's Top Ten JSP >Tips" (google it for URL) >wrote: > > >>>> > >Using Packages for Bean Classes > >When you develop a bean to be used in a JSP page, I recommend that you make >it part >of a named package. A Java class that does not use a package statement ends >up in the >so-called unnamed package. The servlet class generated from the JSP page is, >however, >typically assigned to a named package. If you try to refer to a class in the >unnamed >package from a class in a named package, Java cannot find the class unless >you use an >import statement to import it. In a JSP page that means you must use both a >page >directive to import the class, and the
MSN Photos is the easiest way to share and print your photos: Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
