}
contactList.addAllIdentites(participants);
cmsg.addEmailTo(contactList);
contactCtr = new ContactFormController(ureq, getWindowControl(), false, false, false, false, cmsg);
contactCtr.addControllerListener(this);
sendMessageVC.contextPut("title", translate("participants.message"));
sendMessageVC.put("contactForm", contactCtr.getInitialComponent());
notificationCmc = new CloseableModalController(getWindowControl(), "close", sendMessageVC);
notificationCmc.activate();
}
}