Id use one of various Javascript libs to implement this sort of functionality - I think select2 and datatables would both work for such a list (I think they both support infinite scrolling lists) that only render/send a page of information at a time. There's a wicket-select2 library, but its fairly minimal in nature - you'll need to understand the JS docs to get anywhere with it. I think there's a Wicket lib for Datatables, but I dont know its maintenance status. There are countless other JS libraries to do this as well.
Nick On Fri, Apr 12, 2013 at 4:05 PM, Raul <[email protected]> wrote: > Hello, I need to implement a component that can display a list of users > from > a ListView, at the end of the list you should see a link to "see more > users." What I need is to update the list of users displayed but without > rendering at all in ListView again. Because right now I use a AjaxLink that > updates the entire ListView container, but when many users are penalized > performance and gives a sense of slowness. Anyone know if you can implement > some of this functionality with wicket. > > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948.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] > >
