Edit, Delete and Clear records using JSF datatable
August 20th, 2009
6 comments
We use JSF datatable to display Table of information. We can also use the datatable to edit / delete and add new records. Below I have explained how I have done it using h:dataTable.
Here I assume that you already have a JSF application running. If you are new to JSF and would like to setup a freash project on JSF on eclipse please go through the JSF Beginners tutorial.
JSF Tutorials for beginners Read more…

