The NavContext component is rendered by navContext.jsp to provide the context display information and the context navigation link. The navContext.jsp file also renders a <div> tag with the NavContext ID. For example:

<dspel:getvalueof var="navContext" param="navContext"/>

<%-- Embed the context label and tooltip into the context component --%>
<a href="#" onclick="<c:out value="${navContext.javaScriptFunctionCall}"/>"
            class="gcn_btn_context"
            title="<c:out value="${navContext.toolTipText}"/>"><c:out
            value="${navContext.label}"/></a>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices