|
Create and return an ActionForm instance appropriate
to the information in this FormBeanConfig .
This is different than the base implementation in that it uses our ReloadableClassHandler
to load the form bean class.
Parameters: servlet - The action servlet ActionForm instance exception: IllegalAccessException - if the Class or the appropriateconstructor is not accessible exception: InstantiationException - if this Class represents an abstractclass, an array class, a primitive type, or void; or if instantiationfails for some other reason |