[Seaside] Re: asSet asOrderedCollection

Damien Cassou damien.cassou at laposte.net
Thu May 18 17:45:03 UTC 2006


> My objects are:
> Fait new boolean:#red.
> Fait new boolean:#red.
> 
> I have done the two evaluations and with : Fait new boolean:#red = Fait
> new boolean:#red, I get True.
> Also, if I do the evaluation with hash, the result is False.
> I don't understand ????
> 
> my fonction = is:
> = aFait
> ^self boolean = aFait boolean

I think you should write a new method in Fait:

Fait>>hash
   ^ boolean hash

-- 
Damien Cassou



More information about the Seaside mailing list