Also take a look at:
http://wiki.apache.org/myfaces/Working_With_DataTable_And_PreserveDataModel
2005/11/22, Yee CN <
[EMAIL PROTECTED]>:
Hi,
I noticed that if preserveDataModel=false, then JSF will attempt to fetch the table data twice – once during the apply request values phase, and once during the render response phase. It doesn't do that if preserveDataModel=true, but then I don't get proper sorting in the table.
Hitting the database twice on every request is not acceptable – so is there a way around this?
Thanks
Yee

