What is the correct way to handle collections of model objects in Wicket?
问题 I am looking for some assistance or guidance on the best way to handle collections of objects in Wicket that won't have a devastating impact on session size. Obviously wrapping an object with any of Wicket's IModel classes is ideal, but what is the best way to do that when working with a collection of objects (e.g. a collection of search results). I have had success using LoadableDetachableModel when working with an individual object, but I appear to be getting a java.io