Hi, all:

This is the first time I work with OpenNMS. We are trying to host/embed
openNMS web interface inside one of the webpage in our intranet website. I
thought this should be straight forward but the top navbar and horizon logo
are disappearing when embedded in an IFrame. What left is just
the breadcrumb (home>.....) and the content.  Looked in the
/includes/bootstrap.jsp. It is these lines


<c:choose>
  <c:when test="${param.quiet == 'true'}">

  </c:when>
  <c:otherwise>
    <jsp:include page="/navBar.htm" flush="false" />
  </c:otherwise>
</c:choose>


So I commented out the c:choose and make the /NavBar.htm alway gets
included. But it is still not showing. Also I cannot find NavBar.htm
anywhere nor NavBar.jsp files in the source code. Are they generated on the
run time?  You can tell I am pretty new for JSP/Spring. Any help/hints will
be much appreciated.

Thanks in advance
-rockdale
------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to