How to create a direkt jumpin link ?
E.g. Create a direct link to a course-node.
String nodeUrl = new URLEncoder().encode("[" + OresHelper.calculateTypeName(CourseNode.class) + ":" + node.getIdent() + "]");
String link = JumpInManager.getJumpInUri(this.getWindowControl().getBusinessControl()) + nodeUrl;
See also Javadoc {@link org.olat.core.dispatcher.jumpin}
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