Previous Next vertical dots separating previous/next from contents/index/pdf

Create Form Wizard

Use this wizard to create new Beehive 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 JSP Design Palette, drag and drop the Create 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 Beehive 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

JSP Design Palette

Creating Forms for Collecting User Data

 

Skip navigation bar   Back to Top