next up previous
Next: Form creation - an Up: No Title Previous: A Simple Example

HTML Form Processing

The Java Web Toolkit provides the class

  public class Form extends CompoundItem
for HTML form processing. Since the Form class has been defined as a sub-class of CompoundItem, the addItem method can be applied to a Form object to populate it with various objects of the following types:

To create a Form object, the following steps must be taken:



Dr. Raj Sunderraman
7/2/1998