In Struts 1.1, you can change how struts populates form fields by
Overriding the populate method in ActionForm
Override the processPopulate method of the RequestProcessor
Override the populateBean method of the ActionMapping
None of the above