InterviewSolution
Saved Bookmarks
| 1. |
How To Implement Primefaces Selectonebutton Component In Jsf? |
|
Answer» It is used to SELECT a single item from a list using buttons. It CREATES items list as a list of buttons. So, we can select item by CLICKING on the button. The component is used to create list of buttons in the JSF application. It is used to select a single item from a list using buttons. It creates items list as a list of buttons. So, we can select item by clicking on the button. The component is used to create list of buttons in the JSF application. |
|