String target = "qti";
allowRelativeLinks = moduleConfiguration.getBooleanEntry(CONFIG_KEY_ALLOW_RELATIVE_LINKS);
if(allowRelativeLinks==null){
allowRelativeLinks=Boolean.FALSE;
}
fccecontr = new LinkChooseCreateEditController(ureq, wControl, disclaimer, allowRelativeLinks, course.getCourseFolderContainer(), target, legend, new CourseInternalLinkTreeModel(course.getEditorTreeModel()) );
this.listenTo(fccecontr);
Component fcContent = fccecontr.getInitialComponent();
myContent.put("filechoosecreateedit", fcContent);