I am new in primefaces while reading books and searching through google, i have learnt a lot. However, i was not able to figure out how to make primefaces menubar present in all pages. Lets say i have menu.xhtml page for menubar.
<h:form>
<p:menubar>
<p:menuitem value="Home" outcome="/welcomePrimefaces.xhtml"></p:menuitem>
<p:menuitem value="Contact Us" outcome="/testal.xhtml"></p:menuitem>
<p:menuitem value="About US" outcome="/test2.xhtml"></p:menuitem>
</p:menubar>
</h:form>
When i click "Home" it opens home page and disappear the menubar and i have to navigate back to go to other pages.I want menubar appear on every page i created. This is very simple question please don't feel irritated.