[Seaside] Re: Strange error with WAHtmlAttributes>>writeKey:value:on:

Hilaire Fernandes hilaire2006 at laposte.net
Tue Apr 3 11:56:41 UTC 2007


Philippe Marschall a écrit :

>> (html select)
>>         list: entities;
>>         selected: (entities ifNotEmpty: [selectedEditEntity := 
>> entities first]);
>>         labels: [:entity | entity entityName];
>>         callback: [:anEntity | selectedEditEntity := anEntity]
>>
>>
>> When entity are IFIAdult object with the = and hash methods implemented
>> I have the following error bellow.
>>
>>
>> It looks like the following code in writeKey:value:on: is causing the 
>> error:
>>
>> writeKey: aKey value: aValue on: aStream
>>         aValue = false ifFalse: [
>> [...]
> 
> Does IFIPerson >> #= send #isKindOf:? If not add it.

No as I thought it was bad behavior (kind of slowing things).

Hilaire



More information about the Seaside mailing list