Translator trans = new PackageTranslator(PACKAGE, loc);
return trans.translate("homemaincontroller.actiontext");
}
public Controller createController(UserRequest ureq, WindowControl wControl, Object arg) {
Controller dsc = new DemoController(ureq, wControl, null);
return dsc;
}
});
// --- create a new site: