protected void doSending() throws Exception {
debug |= request.hasInput("debug");
remoteDebug |= request.hasInput("remote_debug");
includeHtml |= request.hasInput("includehtml");
data = page.getData();
log = new CompositeExecutionLog(page);
createMainFormatter();
if (isInteractive()) {
makeHtml().render(response.getWriter());