You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Simon Kitching <sk...@apache.org> on 2006/01/22 22:12:56 UTC

Re: AW: concurrency and t:dataTable (preserveDataModel, forceId, param)

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