[Seaside] radioButton #value and group callback

Nick Ager nick.ager at gmail.com
Sun Apr 18 18:37:16 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

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100418/3d99ac84/attachment.htm


More information about the seaside mailing list