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
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
2 matches
Mail list logo