*/
@Override
protected VisitResult invokeVisitCallbackForImplicitComponent(UIComponent component, VisitCallback callback) {
if (!limitRender) {
if (component instanceof AjaxOutput) {
AjaxOutput ajaxOutput = (AjaxOutput) component;
if (ajaxOutput.isAjaxRendered()) {
// TODO - remove explicit nested IDs from update
return callback.visit(this, component);
}
}