LOG.debug("component: " + component + " with markupid: " + markupId +
" not rendered because it was already removed from page");
return;
}
page.startComponentRender(component);
component.prepareForRender();
// render any associated headers of the component
respondHeaderContribution(response, component);