This chapter explained the concept of action forms. You have learned that action forms (represented by the ActionForm class) are useful for input validation, error handling, and redisplaying old values. You have also seen that an action form can be mapped to multiple HTML forms and that you can use DynaActionForm to represent dynamic action forms.