Hi Per, I've seen this mentioned in the javadocs, but it can't possibly help, as the ListView.reuseItems variable is only used inside ListView.onPopulate(), which, as I pointed out, is called too late. Indeed, setting reuseItems on doesn't help.
Thanks, -Kirill On Wed, Jan 13, 2010 at 8:49 AM, Per Newgro <per.new...@gmx.ch> wrote: > Without going deeper to your problem. A common mistake is that people > forgot to call setReuseItems on the listview. > This is required with repeaters in form. See javadoc for details. > > Cheers > Per > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >