OLAT How to's


How to create a direkt link ?

E.g. Create a direct link to a course-node.
String nodeUrl = "[" + OresHelper.calculateTypeName(CourseNode.class) + ":" + node.getIdent() + "]";

How to show status messages ?

Show a translated text as info-message at the top of UI :
this.getWindowControl().setInfo(translator.translate("found.no.result.try.fuzzy.search"));

1999-2007 (c) www.olat.org