Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces steps component in JSF?
This component is an indicator of the steps in a workflow. It indicates that at what step we are right now. It is used to show the current step in the multi-step application.
 
The <p:steps> component is used to create steps indicator in the JSF application.
Advertisement