DynaActionForm Objects
Here is the
optionsForm form-bean
element.
- Specifies that the form bean will be of Struts type
DynaActionForm
- The bean will have a property called options
of type ArrayList
- The DynaActionForm class has a set() method that
takes:
- a property name, which should be one specified in the form-bean
definition
- a value to set that property to
- Use this method of specifying form
beans when input form validation is not required