if (mode == READ)
doHotLinkView(page, o, label, mode, params);
}
catch (IOException e) {
log.error("Error displaying HotLinkView for field [" + mf + "] with mode [" + modeToString(mode) + "]", e);
throw new WebViewException("Cannot render HotLinkView for field [" + mf + "] in mode [" + modeToString(mode) + "]: " + e.getMessage(), e);
}
}