This example displays a table with two forms. The first column contains a
form which will send its values to the Web Server using the get
method. The second column contains a form which will send its values to the
Web Server using the post method.
The user should enter values into one of the two dummy survey forms and then
press submit.
This example uses DumpFormServlet to display arguments, environmental
variables, cookies and submitted form values.
[ view source ]
[ run ]
|