InterviewSolution
Saved Bookmarks
| 1. |
What Is Richfaces List? |
|
Answer» RICHFACES provides <rich:list> to RENDER a list of items. We can create NUMERICALLY ordered list, an un-ordered, bullet-point list etc. It uses a data model for managing the list items which can be updated DYNAMICALLY. RichFaces provides <rich:list> to render a list of items. We can create numerically ordered list, an un-ordered, bullet-point list etc. It uses a data model for managing the list items which can be updated dynamically. |
|