* if this Class represents an abstract class, an array class, a
* primitive type, or void; or if instantiation fails for some
* other reason
*/
public ActionForm createActionForm(ActionContext context) throws IllegalAccessException, InstantiationException {
ActionServlet actionServlet = null;
if (context instanceof ServletActionContext) {
ServletActionContext saContext = (ServletActionContext) context;
actionServlet = saContext.getActionServlet();