}
@Override
public void appendToResponse(WOResponse response, WOContext context) {
super.appendToResponse(response, context);
WOComponent component = context.component();
NSArray updateContainerIDs = (NSArray) _updateContainerIDs.valueInComponent(component);
if (updateContainerIDs != null && updateContainerIDs.count() > 0) {
AjaxUtils.appendScriptHeader(response);
Enumeration updateContainerIDEnum = updateContainerIDs.objectEnumerator();
while (updateContainerIDEnum.hasMoreElements()) {