String associatedContentId = (String)templateCtx.get("associatedContentId");
menuWrapper.putInContext("defaultAssociatedContentId", associatedContentId);
menuWrapper.putInContext("currentValue", view);
String menuStr = menuWrapper.renderMenuString();
out.write(menuStr);
}
};
}