Modified the FormProcessor to also reflect the FormPrintRequest.formName onto the form databean object when the formName property exists on the databean. In the cases where a form databean handles multiple forms, it is sometimes necessary for the databean to know which form it is dealing with, for example when persisting and retrieving FormPrintHistory records under a given formName, or when running a velocity template script that may vary per formName.