Update « Datatable « JSF Q&A





1. JSF : able to do mass update but unable to update a single row in a datatable    stackoverflow.com

I have a simple data object: Car. I am showing the properties of Car objects in a JSF datatable. If i display the properties using inputText tags, i am able to ...

2. dataTable update example needed    coderanch.com

The result set from database query is displayed in dataTable. I need to support update of a row selected by the user. I understand I will need a selectBooleanCheckbox and create an wrapper object (dataModel?) for the database query. Does someone have an example of this? Does rowset work in this case so the app developer does not have to write ...

4. Problem with datatable update    coderanch.com

Hi all, I'm pretty new to JSF, but here's my question: I have a datatable in which I have a column where each row contains a selectOneMenu. So, the initial value of each menu I take from the database. When the user selects a new value, i want that row to update to take on the new value. I have an ...