Hi, > Now I can say the entered > values are not written into the bound properties, if the input fields is > nested inside a <t:dataTable>. I am not sure where to go on now. Any ideas?
What kind of scope does your bean have? You can use the attribute preserveDataModel="true" on your dataTable (does only exist on tomahawks dataTable). This would be something like pageScope only for the list. Maybe this would solve it. This is a nice introduction to preserveDataModel: http://wiki.apache.org/myfaces/Working_With_DataTable_And_PreserveDataModel cheers, Gerald -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

