If called from the index.jsp page, two request parameters
will
be included and their values displayed below. If you call this page
without
including the appropriate request parameters, you will receive a JSP
runtime
error instead.
| Parameter Name | Correct Value | Test Result |
|---|---|---|
| param1 | value1 | value1 |
| param2 | value2 | value2 |
| param3 | UNKNOWN VALUE | UNKNOWN VALUE |