|
[Help | API Docs | Short Course| Exercises]
This exercise implements a JSP page ( PrerequisitesSkeleton CodeTasks
Where help exists, the task numbers above are linked to the step-by-step help page. Solution SourceThe following files contain a complete implementation of the JSP error handling example: DemonstrationFrom your browser, access the URL http://localhost:8080/examples/jsp/jdc/errHandling/errhandler.jsp You should see an HTML form as shown below:
Now, make a selection and submit the form. If you made an incorrect selection, an exception is thrown and the request is forwarded to the error handler page, which extracts and displays the exception:
If you made the right choice, you get an acknowledgment from the JSP page itself:
Next ExerciseExercisesShort CourseCopyright 1996-2000 jGuru.com. All Rights Reserved. | ||||
Oracle is reviewing the Sun product roadmap and will provide guidance to customers in accordance with Oracle's standard product communication policies. Any resulting features and timing of release of such features as determined by Oracle's review of roadmaps, are at the sole discretion of Oracle. All product roadmap information, whether communicated by Sun Microsystems or by Oracle, does not represent a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. It is intended for information purposes only, and may not be incorporated into any contract.
|
| ||||||||||||