facesContext.setViewRoot(viewRoot);
render(facesContext);
}
windowState.setViewId(facesContext.getViewRoot().getViewId());
} catch (Exception e) {
wrappedResponse.resetBuffer();
log.log(Level.SEVERE, "Error processing execute lifecycle", e);
exceptionHandler.processRenderException(facesContext,
windowState, e);
facesContext = FacesContext.getCurrentInstance();
}