Sun Java Solaris Communities My SDN Account Join SDN
 
Tutorials & Code Camps

Posting and Processing HTML Forms

 

Training Index


[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:



Name Address City State


     

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.