Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces menubar component in JSF?
It is a horizontal navigation component which provides menus options. It is used to collect menus and display that in an organized row.
 
We can create menubar by using <p:menubar> component in JSF application.
Advertisement