RequestScope scope = RequestLog.enterScope
(this, "doHelp", new Object[] { request, response } );
try {
facesRender(request, response);
} finally {
scope.leave();
}
}
/**
* This method follows JSF Spec section 2.1.1. It renders the default view from a non-faces