Normally it's the other way, a component detaches it's model. The ListItemModel isn't really holding any data, it is relying on the actual model held by listView.
** Martin ke 10. heinäk. 2024 klo 13.53 Hannes Becker ([email protected]) kirjoitti: > Hi! > > I am wondering why org.apache.wicket.markup.html.list.ListItemModel is not > detaching the ListView's model. Feels to me like a bug...or is there an > explanation? > > Thanks for your help and best regards > Hannes > >
