On Tue, Jan 27, 2009 at 3:41 AM, Davor Miku <davorm...@gmail.com> wrote: > I've solved it. > Bean class MUST override equals() and hashCode() methods! > 4 hours of my life ;)
It's always nice to learn something new. :) Overriding equals() and hashCode() is not just a Tapestry best practice, it is a Java best practice, as they are used extesively by Java Collection API. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org