//
protected int after(Writer out) throws Exception {
// Call
Standard.StandardWidgetInterface widget = UiWidgetUtil.getWidgetFromContext(widgetId, pageContext);
UiWidgetContextTag widgetContextTag = new UiWidgetContextTag();
registerSubtag(widgetContextTag);
widgetContextTag.setId(widgetId);
executeStartSubtag(widgetContextTag);
OutputData output =
(OutputData) pageContext.getRequest().getAttribute(
StandardServletServiceAdapterComponent.OUTPUT_DATA_REQUEST_ATTRIBUTE);