Registering ActionForms
- ActionForm classes are associated with form names in the
form-beans
element of the struts-config.xml file
- Name must be unique
- Type must define a fully qualified Java class
- Note that the two non-login forms are handled by a generic Struts class
called DynaActionForm