Form Example
A form page with a variety of fields:
http://redrock.d.umn.edu:8081/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()
).