Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces selectOneListbox component in JSF?
It is an extended version of the standard selectOneListbox component. It is used to select one value from the list. PrimeFaces provides <p:selectOneListbox> component to create list box. It is useful when we want to get a user choice from the multiple options.
Advertisement