Hi all, I've been looking to implement a table which is also refreshed every request. RefreshingView doesn't quite do the job because I also need to paging support. I've finally found AbstractPageableView which is exactly what I need. However, I could not find any example of how to implement it. It has a protected method called internalSetRowsPerPage() but could anyone tell me how to use this?
Thanks in advance Best -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AbstractPageableView-Example-tp4553989p4553989.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
