As far as i know the page number is stored in the Session :

@Persist
    private Integer currentPage;

So normally you should get back to the current page. Unless you do something
like resetting the grid (grid.reset() ) or feeding it hardcoded with a
pagenumber of  0 .



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Page-Number-tp5717738p5717739.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to