Insert Form

This wizard assists you in creating a Struts form. It can use an existing Struts action and it's associated form bean, or it can create a new action element and corresponding implementation class for you.

 

Select this radio button to choose an existing action class Select this radio button to create a new action class The next button is enabled in this dialog only after an action has been selected

Note: To see the documentation for the next page of this wizard click the Next button.

The first step in creating a Struts form is the selection of an action. You can choose to use an existing action or to create a new action in a selected Struts configuration file. Once you choose an action, the form bean associated with that action will be analyzed and passed to the next page of the wizard.

 

Note: To see the documentation for the previous page of this wizard click the Back button.
         To see the documentation for the next page of this wizard click the Next button.

This page allows you to select the form bean fields you would like to have presented in the Struts form.

 

Note: To see the documentation for the previous page of this wizard click the Back button.

This page allows you to determine how each form field is rendered by choosing the input type that is used for each field.

Related reference

Struts Developer Guide - HTML Tags - form


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