WOComponent component = context.component();
WOResponse response = null;
WOAssociation action = associations().objectForKey("action");
if(action != null) {
action.valueInComponent(component);
}
if(booleanValueForBinding("ajax", false, component) && hasChildrenElements()) {
response = AjaxUtils.createResponse(request, context);
AjaxUtils.setPageReplacementCacheKey(context, _containerID(context));