previous
|
index
|
next
Form Example
A form page with a variety of fields:
http://redrock.d.umn.edu:8082/jspbook/exampleform.html
The
ShowParameters
Servlet that processes and displays parameter information
for any form
.
Iterates through the parameter names (
getParameterNames()
).
Also possibly iterates through values of parameters of the same name (
getParameterValues()
).
previous
|
index
|
next