[Seaside] radioButton #value and group callback

Lukas Renggli renggli at gmail.com
Sun Apr 18 18:38:25 UTC 2010


>> I don't recall the original discussion but this was added a few months ago
>> and was needed for something. What you need is for the last line to be
>> changed to:
>>
>> group hasCallback
>> ifTrue: [ super value: (group callbackValue: anObject) ]
>> ifFalse: [ super value: anObject ]
>>
>> Is that right?
>>
>
> Exactly - adding the #ifFalse clause removes the need to add an empty
> callback. Perfect

It makes it impossible to render an option without a callback.

Lukas


> Nick
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list