ActionForms+struts-config

2003-11-26 Thread Jerald Powel
Hi, Does an ActionForm belong in the struts-config.xml mappings? ie: action-mappings action name=MyActionForm..etc? Mine is placed here and functions quite well. But is has occurred to me this may be a bad pratcice, as it does not extend Action and is thefore not logically an

Re: ActionForms+struts-config

2003-11-26 Thread Ted Husted
The nomenclature here can be confusing. The name property doesn't refer to the Action or the ActionMapping, but to the FormBean name property. Earlier in the configuration file, there is a form-beans section, and a form-bean element with the name MyActionForm. This is the class to which the