Create Form Wizard

Use this wizard to create new HTML forms and select/create an associated action.

How To Open This Wizard

To open the Create Form wizard:

  1. View a JSP or JSF page in the Page Flow perspective: Window > Open Perspective > Page Flow.
  2. Open the Create Form wizard: From the NetUI section of the Design Palette, drag and drop the Form icon unto the JSP page.

How to Use this Wizard

Select Action Page

The Select Action page allows you to select an existing action or create a new action to handle submission of the HTML input form. (The submitted data will be used to construct a form bean instance, and this form bean instance will be passed to the action you select/create here.)

Select Properties Page

Select the input form fields that you want to expose on the JSP page. The list of available fields is taken from the form bean fields.

Arrange Fields Page

Select the order in which the input fields will appear on the JSP page.

Related Topics

Design Palette

Creating Forms for Collecting User Data


Still need help? Post a question on the Workshop newsgroup.