Many Web applications obtain information from users by having them fill out forms. A form might need to handle user input in a variety of formats, check input for validity, handle errors, and pass input to a servlet for processing, or to a database for storage.

Through the use of special attributes, JSPs can associate HTML form tags with Nucleus components properties:

This chapter shows how to use forms in JSPs. It covers the following topics:


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices