UIData « IceFaces « JSF Q&A





1. UIData calling setRowIndex too often    icefaces.org

We implemented a custom pagination handler as described by bionut in http://www.icefaces.org/JForum/posts/list/2895.page. This gets only a page of data from the DB at a time, rather than storing the entire dataset in memory. After some testing, I noticed that the underlaying UIData components are calling the setRowIndex too often when paging. This was noticed also by hurzeler in that same post. ...