Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces fieldset component in JSF?
It is a grouping component and an extension of the HTML fieldset. It is a kind of container that has a legend and content. It is used to display categorized data.
 
PrimeFaces provides <p:fieldset> component which is used to create fieldset in JSF application.
Advertisement