morpheus theme Topbar menus not display into form

UI Components for JSF
Post Reply
andradeb.david
Posts: 1
Joined: 22 Aug 2016, 04:04

23 Jun 2017, 19:51

This is my code of template

Code: Select all

            <ui:include src="./topbar.xhtml" />
            <ui:include src="./menu.xhtml" />
            
            
                

                <div class="layout-content">
                    <ui:insert name="content"/>
                    <ui:include src="./dy_footer_general.xhtml" />
                </div>
            
THis code works fine


but whe I fold into form

Code: Select all

<h:form id="frm">
            <ui:include src="./dy_agente_topbar.xhtml" />
            <ui:include src="./dy_agente_menu.xhtml" />
            
            
                

                <div class="layout-content">
                    <ui:insert name="content"/>
                    <ui:include src="./dy_footer_general.xhtml" />
                </div>
            </h:form>
The subview (role="menuitem") of my top bar not show

please help me

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

25 Jun 2017, 01:46

Please use Morpheus forum; viewforum.php?f=52

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 55 guests