You can do that by using the decorator pattern : write a wrapper for the
object and redefine equals and hashcode.
François

On Tue, Jan 29, 2013 at 2:38 PM, Sven Meier <s...@meiers.net> wrote:

> Hi all,
>
> I'm using Select/SelectOptions with model-objects that have a semantic
> equality but their #equals() method is not overriden :/.
>
> What is the recommended way to the have the correct option preselected,
> given that I cannot add #equals() to the implementation?
> Select#isSelected() has package access only, Select#compareModels() uses
> #equals() on the model-object and is private currently.
>
> Thanks
> Sven
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org<users-unsubscr...@wicket.apache.org>
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to