| Hour 3. Creating HTML FormsWhat You'll Learn in This Hour: How to use a JSP to receive form dataHow to work with form parametersHow servlets interact with formsHow to use a single JSP to present a form and handle its submission
 By now you are probably comfortable with the fundamentals of JavaServer Pages and servlets. In the examples presented so far, you have learned how to send output back to the browser. One of the advantages of the Web is that you can create forms to send data from the browser to the server. You are finally ready to begin creating forms with JSP and servlets, and that's where the fun really begins!  |