Hi Rockdale,

We actually ran into this recently too. Try making these changes:

   
https://github.com/OpenNMS/opennms/pull/1088/commits/6b5ef6294690b0c5da56e15ebefaef1a9d31c7c2

Best,
Jesse

On 10/27/2016 09:22 AM, Rockdale Green wrote:
> 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

------------------------------------------------------------------------------
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