windowState.saveRequest(facesContext, false);
if (!facesContext.getResponseComplete()) {
render(facesContext);
}
} catch (Exception e) {
wrappedResponse.resetBuffer();
log.log(Level.SEVERE, "Error processing execute lifecycle", e);
exceptionHandler.processResourceException(facesContext,
windowState, e);
facesContext = FacesContext.getCurrentInstance();
} finally {