GroupController gparticipantsC = new GroupController(ureq, getWindowControl(), false, true, false, businessGroup
.getPartipiciantGroup());
membersVc.put("participants", gparticipantsC.getInitialComponent());
membersVc.contextPut("showPartipsGroups", Boolean.TRUE);
} else {
membersVc.contextPut("showPartipsGroups", Boolean.FALSE);
}
// 3. show waiting-list if configured
membersVc.contextPut("hasWaitingList", new Boolean(businessGroup.getWaitingListEnabled()) );
if (bgpm.showWaitingList()) {
GroupController waitingListController = new GroupController(ureq, getWindowControl(), false, true, false, businessGroup.getWaitingGroup());