jdbc « Datatable « JSF Q&A





1. How to edit database table in JSF    stackoverflow.com

I'm having a bean class with id,firstName,lastName attributes having public getters and setters, and an updateEmployee method. i'm using following jsf page to get database table values. When i click on ...