Widget[] showletsToRender = pageUserConfigManager.getShowletsToRender(page, customShowlets);
List<IFrameDecoratorContainer> decorators = this.extractDecorators();
BodyContent body = this.pageContext.pushBody();
for (int scan = 0; scan < showletsToRender.length; scan++) {
reqCtx.addExtraParam(SystemConstants.EXTRAPAR_CURRENT_FRAME, new Integer(scan));
body.clearBody();
this.includeWidget(reqCtx, showletsToRender[scan], decorators);
showletOutput[scan] = body.getString();
}
} catch (Throwable t) {
String msg = "Error detected preprocessing showlet";