On Tue, Jan 27, 2009 at 3:41 AM, Davor Miku <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
