On Sun, 2006-01-22 at 14:21 +0100, Matthias Kahlau wrote: > > > DataTable doesn't store the data model because > ... > > > The t:dataTable does have attribute "preserveDataModel" which does > > > preserve the data model. > > > How does t:dataTable actually preserve the data model, when it doesn't store > it?
It does store it when preserveDataModel is set. This requires the wrapped data in the datamodel to be serializable. I was pointing out why this isn't the *default* for h:dataTable or t:dataTable. Regards, Simon

