Hi,
I have a view on a xpage and a searchbox. The searchbox sets a sessionScope variable in the onkeyup event and partially refreshes the view. In the view’s search property I read out the sessionScope variable and a search is performed. Very cool stuff… But now I ran into the problem that when a pager is displayed and the user goes to another page and then performs a search, the search results are ‘hidden’ until you click in the pager on the ‘first page’ button. So it seems the view needs to be reset to the first page after performing a search from another page. Does anyone know if there is a way to this programmatically, or am I overlooking something that will make the xpage do this automatically (as you would expect)?