"Error while parsing swing-config.xml",e,SwingActionFactory.class);
}
}
public static BaseActionForm getActionForm(String key,ReqScopeConstants constant) throws SwingObjectsException{
BaseActionForm ret=null;
String className=swingConfigMap.get(key).getActionForm();
if(className!=null && className.length()>0){
ret=(BaseActionForm)getClassInstance(className,constant);
}