Creating Struts form beans

A form bean is a type of Java™ bean. The form bean stores HTML form data from a submitted client request or input data from Struts action link that a user clicked.

  1. Create a Struts enabled dynamic Web project.

  2. Create a Web page.

To create a Struts form bean:

  1. In the Page Data view, right-click

    Struts Form Beans and select

    New | Add Form Bean. The New Form Bean wizard opens.

  2. Follow the instructions in the wizard to create your Struts form bean.