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()) {
String updateContainerID = (String) updateContainerIDEnum.nextElement();
// PROTOTYPE FUNCTIONS
Object evalScripts = ERXComponentUtilities.valueForBinding("evalScripts", "true", _associations, component);
response.appendContentString("if ($wi('" + updateContainerID + "')) { ");