An ActionFormBean is the definition of a form bean that
is loaded from a <form-bean> element in the Struts
configuration file. It can be subclassed as necessary to add additional
properties.
Since Struts 1.1 ActionFormBean extends
FormBeanConfig .
NOTE - This class would have been deprecated and
replaced by org.apache.struts.config.FormBeanConfig except for
the fact that it is part of the public API that existing applications are
using.
version: $Rev: 471754 $ $Date: 2005-05-14 01:09:32 -0400 (Sat, 14 May 2005) version: $ |