In Struts 1.1, the RequestProcessor's processPopulate method is the correct override point to control how form fields are populated from request parameters. Overriding ActionForm.populate is not the intended extension mechanism, and ActionMapping doesn't have a populateBean method.