Re: Set pageindex of datascroller

2005-11-26 Thread Steffen Hankiewicz
Hi, > The next time the user opens the site with the datatable and the > datascroller the pageindex is still the same like before... > Any chance to set it to 0 again? I solved this problem that way: FacesContext context = FacesContext.getCurrentInstance(); UIViewRoot view = context.getViewRoot

Set pageindex of datascroller

2005-11-24 Thread andreas.mitter
Title: Set pageindex of datascroller Is there a possibility to set the pageindex of a datascroller. The problem is, that this index is stored in session and when the user jumps from one page(of the datatable) to another (with the datascroller) the pageindex is stored. The next time the