formInfo.setKeepOnValidate(false);
CSConfig csConfig = (CSConfig) db.getAttribute(WGACore.DBATTRIB_CSCONFIG);
if (csConfig != null) {
formInfo.setVersionCompliance(csConfig.getVersionCompliance());
}
de.innovationgate.wgpublisher.webtml.utils.TMLForm tmlForm = context.createform(formInfo);
tmlForm.importServicesForm(form);
}
// Create map of parent scope objects
Map<String, Object> parentScopeObjects = new HashMap<String, Object>();