precalcMessageDeepness(msgs);
// Default view
forumPanel = putInitialPanel(vcListTitles);
// jump to either the forum or the folder if the business-launch-path says so.
BusinessControl bc = getWindowControl().getBusinessControl();
ContextEntry ce = bc.popLauncherContextEntry();
if ( ce != null) { // a context path is left for me
if (isLogDebugEnabled()) logDebug("businesscontrol (for further jumps) would be: ", bc.toString());
OLATResourceable ores = ce.getOLATResourceable();
if (isLogDebugEnabled()) logDebug("OLATResourceable= " , ores.toString());
Long resId = ores.getResourceableId();
if (resId.longValue() != 0) {
if (isLogDebugEnabled()) logDebug("messageId=" , ores.getResourceableId().toString());