h:datatable not saving input values
Hi
I've got a page with h:datatable and some other inputs. I've few actions that reload this page. What my problem is that inputs from datatable are not saved - when the page is reloaded the fields are empty, checkboxes reset to unchecked etc. But other inputs, outside the datatable remember their values. Is there any way to make datatable inputs behave like other components?
Michael
[408 byte] By [
mglowackia] at [2007-10-2 17:51:00]

Could you explain this:
"2.dataTable's data should not be binded to backing-bean's properties! "
You mean I can't put input component in there? e.g. I've got datable with rows for different languages, and in one column I have input where I put name of sth in this language. Then I press submit and it's saved into db. Works fine...
hello,actually i'm using myfaces, the extended datatable of tomahawk allows to use input fields. so have a look at the t:datatable the TableModel and i think you will find a solution.ben