Jeff,

thanks for your assistance.
I mixed up your approach and mine: I keep the binding to the dataTable
because I need it at another place, but adopted the properties "value",
"rows", "first" as well.
Additionally, before fetching data from the DB I call 
  
  int first = getTable().getFirst();
  setRowIndex(first);

I do it manually because otw setRowIndex() is never called, though I
declared 
  
  first="#{myTableBean.rowIndex}"

Now it works :)

Jan
-- 
View this message in context: 
http://www.nabble.com/Datascroller-displays-incorrect-pageIndex-%281%29-tf2394335.html#a6755156
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to