The javadoc of the getListItemModel method of the abstract class ListView states that "Subclasses may provide their own ListItemModel with extended functionality. The default ListItemModel works fine with mostly static lists where index remains valid. In cases where the underlying list changes a lot (many users using the application), it may not longer be appropriate. In that case your own ListItemModel implementation should use an id (e.g. the database' record id) to identify and load the list item model object."..
I am in situation where the list is not static and the application is used by many users.. Can you provide a sample implementation of the getListItemModel method for this situation? Thank you! -- View this message in context: http://www.nabble.com/Overriding-ListView-getListItemModel-tf1972442.html#a5414248 Sent from the Wicket - User forum at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
