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...

