.getOutputStream(), response.getCharacterEncoding());
/* Delegate to the reaper. */
validationScriptReaper.outputBaseValidationScritps(outputStreamWriter);
outputStreamWriter.flush();
outputStreamWriter.close();
facesContext.responseComplete(); // Stop the jsf lifecycle
} catch (Exception exception) {
exception.printStackTrace();
throw new RuntimeException(exception);
}
}