What are Data Bound table components ?
Answer / Mohit Kumar Sharma
Data Bound table components in Java Server Faces (JSF) are used to display and manipulate data that is bound to a data model. The most common data-bound component is the h:dataTable, which allows you to create tables with rows containing columns that correspond to the properties of the objects in your data model.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces ui component?
What is cdi in jsf?
What are the advantages of facelets?
What are the benefits of jsf (javaserver faces)?
What is the lifecycle of facelets application in jsf (javaserver faces)?
How to configure managed bean in the xml file?
What is h:form tag in jsf (javaserver faces)?
What are the different types of expressions supported by jsf el (expression language)?
What is f:validatelength tag in jsf (javaserver faces)?
Can jsf contain multiple configuration files?
What are the mvc design modules?
why is jsf used for?