// Calculate and cache the form name
FormComponent form = (FormComponent) component;
String action = form.getAction();
ModuleConfig moduleConfig = form.lookupModuleConfig(context);
ActionConfig actionConfig = moduleConfig.findActionConfig(action);
String beanName = actionConfig.getAttribute();
form.getAttributes().put("beanName", beanName);
// Look up attribute values we need
String clientId = component.getClientId(context);