Just some comments...

Set preserveDataModel to true does not work with checkboxes placed
inside the table (as the typical way to select some rows to, for
example, delete all selected).

It seems that there is an order problem when MyFaces serializes them
to preserve the dataModel, so the checkboxes get mixed between
requests...

Has anyone faced this problem?

2005/6/28, Werner Punz <[EMAIL PROTECTED]>:
> Mike Kienenberger wrote:
> > I switched from h:dataTable to x:dataTable and discovered that
> > x:dataTable requests model data between phases.   Unfortunately, my
> > model data has to be preconfigured in my own beforePhase() handler
> > before it's available.  For now, I'm just switching back to
> > h:dataTable, but it doesn't seem like good practice to call
> > application code external to a phase.  Suggestions?
> >
> > -Mike
> >
> there is a preserveDataModel attribute, which might solve your problem...
> 
>

Reply via email to