[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: handlePageException
Also, LinkageError brings to mind some of the problems that may occur if
you don't have the correct JSDK classes in your classpath. What platform
(OS/JVM/Servlet Engine) are you using?
Wes
On Wed, 20 Oct 1999, Noel J. Bergman wrote:
> > How can I handle exceptions in a page?
>
> Well, for one thing, you can get the current (released) version of the code.
> If you still have JSP10 in the classname, that tells us that it isn't
> entirely current. And there were improvements after the names were changed.
>
> Second, if that exception is not trapped in the current release, report it
> to us so that it can be fixed.
>
> Third, you can use your own try-catch block in the JSP page.
>
> --- Noel
>