[ Team LiB ] Previous Section Next Section

Hour 3. Creating HTML Forms

What You'll Learn in This Hour:

  • How to use a JSP to receive form data

  • How to work with form parameters

  • How servlets interact with forms

  • How 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!

    [ Team LiB ] Previous Section Next Section