Page 1 of 1

removing layout-top-menu

Posted: 14 Apr 2016, 11:22
by abhishek15
When i am removing the "layout-top-menu" in the template.xhtml then when i am using that template for a page,my p:commandButton action is not working.What is the reason?please reple as early as possible.

Thanks in advance

Re: removing layout-top-menu

Posted: 14 Apr 2016, 15:05
by mert.sincan
"layout-top-menu" ?

I think you want to remove "<ui:include src="topbar.xhtml" />" in template.xhtml. I tested your issue after removing it. But, I couldn't see a bug. Can you please attach a sample code for us to replicate? Also, can you please try this issue without Atlas?

Re: removing layout-top-menu

Posted: 18 Apr 2016, 06:58
by abhishek15
<ui:include src="layoutmenu.xhtml" /> i want to remove this for my page.when i removing it, i cant do the navigation

Re: removing layout-top-menu

Posted: 18 Apr 2016, 09:11
by mert.sincan
I tested this issue after removing layoutmenu.xhtml. But, I didn't see a problem like navigation problem. Exp; you can try to click "Login Now" button in login.xhtml. it'll direct to dashboard.xhtml.

Re: removing layout-top-menu

Posted: 19 Apr 2016, 10:03
by abhishek15
aragorn,actually i tried it in promotion-page.xhtml.navigation is not working

Re: removing layout-top-menu

Posted: 05 May 2016, 14:47
by mert.sincan
Hi Abhishek,

Is this issue resolved? I couldn't replicate this issue.