Return an appropriate ActionForward object that identifies the JSP page to be used to generate this response, based on the newly updated beans. Typically, you will acquire a reference to such an object by calling findForward() on either the ActionMapping object you received (if you are using a logical name local to this mapping), or on the controller servlet itself (if you are using a logical name global to the application).