|
[Help | Solution | API Docs | Expected Output | Course Notes | Magercises | Module Intro] Prerequisites
Skeleton Code
In this Magercise you will access parameters passed into a servlet at the time of a service request. You will take the passed-in information, format it, and send it back to the client in the form of an HTML page.
The two parameters are named The servlet uses the information in these parameters to complete the screen display sent back to the browser. Refer to the course notes for information on how to access the parameters and how to generate an HTML response. Perform the following tasks: 1. Add a line of code to the template The task numbers above are linked to the step-by-step help page. Also available is a complete solution to the problem, and a demonstration of the expected behavior. When you finish this Magercise you will understand how to extract parameters passed into a servlet during a service request. Copyright © 1998 MageLang Institute. All Rights Reserved. | ||||
|
| ||||||||||||