I have a p:tabMenu
which is used to display tabs.
<p:tabMenu id="tabs" activeIndex="0" >
<p:menuitem value="tab1" url="/tab1.jsf" />
<p:menuitem value="tab2" url="/tab2.jsf" />
</p:tabMenu>
In order to make the loading of the tabs more smooth (I don't want to see the tab blinking) can I somehow use Ajax?