if (templateName != null) {
templateService.writeTo(templateName, new ContextAdapter(contextForControl), rundata
.getResponse().getWriter());
}
} finally {
rundata.popContext();
}
} finally {
controlParameterStack.removeFirst();
content = this.bufferedRequestContext.popCharBuffer();
}