What kind of objects are they? For entities, I use a uuid for the primary key and it's assigned when the object is created. That way you make equals/hashcode based on the uuid so that everything stays consistent
On Jun 19, 2010 1:42 PM, "jOki" <joa...@gmail.com> wrote: Hi, I tried with/without setReuseItems and the behaviour is the same. I think you can be right with equals/hashcode not being implemented correctly... I tried another time with a List<String> with different values and its working... I tried as well to implement these methods (equals/hashcode) in my code but it doesnt work. How can I differentiate objects even if when they are added (they are textfields) they just have empty values???? Thanks for the help! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row-tp2260480p2261292.html Sent from the Wicket - User mailing list archive at Nabble.com. -----------------------------------...