{
throw new IllegalStateException(
"Ajax request attempted on a component that is not associated with a Page");
}
page.startComponentRender(component);
component.prepareForRender();
// render any associated headers of the component
respondHeaderContribution(response, component);