It was already done (all my model objects and dtos implement hashcode and
equals), and the same select gave me the good binding  on a separate page
%-|
Now I have simplified my component, particularly with zones (I have now only
one zone for all my component), and the binding works fine now. Great but I
don't really understand where was the problem :confused: I will try to add
new zones soon...


Thiago H. de Paula Figueiredo wrote:
> 
> Make sure the class whose objects are selected implement both
> hashCode() and equals(). This is typical source of errors not only
> with Tapestry, but with any collection as well.
> 
> -- 
> Thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Submit-a-form-in-a-zone-in-a-component-tp23295673p23302557.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to