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 |
Explain the difference between the attributes immediate and rendered?
Explain @RequestScoped annotations?
What is javaserver faces technology?
What are immediate and deferred value expressions?
Mention two ways of binding supported by JSF?
What are the various features of java server faces?
What are JSF life cycle phases?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
What do you understand by managed bean in jsf?
What is javaserver faces navigation model?
Can jsf contain multiple configuration files?
How to configure managed bean in the xml file?