1. JSF : able to do mass update but unable to update a single row in a datatable stackoverflow.comI 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.comThe 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 ... |
3. Updating a row in a datagrid/datatable coderanch.com |
4. Problem with datatable update coderanch.comHi 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 ... |
5. [JSF 2] Update the total of a column from a dataTable coderanch.com |