|
Training Index
by MageLang
Institute
[Help |
Solution |
API Docs |
Expected Output |
Course Notes |
Magercises |
Module Intro]
When FormDisplayServlet is successfully run from a browser
using the structure and data files provided, the output is a tabular form
with each cell presented in an editable field, as shown here:
When the user presses the Submit Changes button, the form is sent
back to the browser with updates. The server then responds by sending the
updated information back to the browser in the form on a non-editable HTML
table structure:
| Name
|
Address
|
City
|
State
|
| Randy
|
Frosting Street
|
Flatstone
|
CA
|
| Charlie
|
Limelight Drive
|
Wishington
|
WY
|
| Terence
|
Forest Lane
|
San Francisco
|
CA
|
| Shannon
|
View Circle
|
Palo Alto
|
CA
|
Copyright © 1998 MageLang
Institute. All Rights Reserved.
|