On Tue, 01 Jul 2014 15:29:41 -0300, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

Fixed. I had to implement the equals method !
I did this out of mere guessing, is this stated somewhere in the docs ? I
admit I haven't been reading the docs since v5.2 may be.

Writing an equals() method is something widely recommended in Java, not just Tapestry, specially for objects that end up in collections, as that's the case with the Select component (SelectModel doesn't implement Collection, but semantically it is a collection).

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to