UIData as getFirst() and setFirst(String) methods. These are the values that the data scroller uses to get and set which page the data table is on. You will need to call "setFirst(1)". The other way is to make sure the same UIData object is not reused for each query.
You can set the start attribute of datatable to be a value binding, but note that this will be overwritten by the data scroller. -Andrew On 4/21/06, fischman_98 <[EMAIL PROTECTED]> wrote: > > Have the standard search/search results display user interaction. > > After performing a search, I scroll to page three, then go back and perform > another search. The results of the second query start on page 3 (not page > 1). > > How do I get the dataTable to ALWAYS start at page 1? > > Results are populated using dataTable and pages made scrollable using > dataScroller. > > Thanks. > > Matt > -- > View this message in context: > http://www.nabble.com/Clear-%28Reset%29-dataTable-%28w-dataScroller%29-on-new-Query-t1488705.html#a4033193 > Sent from the MyFaces - Users forum at Nabble.com. > >

