// among other things which have lots of servlet dependencies -
// we're skipping this for now for portletbridge
// extContext.dispatch(viewToRender.getViewId());
if (executePageToBuildView(context, viewToRender)) {
renderResponse.flushBuffer();
return;
}
} catch (IOException e) {
throw new FacesException(e);