[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: handlePageException
> 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