[Seaside] Help with updating forms the AJAX way...

Brian Brown rbb at techgame.net
Thu Oct 4 02:25:47 UTC 2007


On Oct 3, 2007, at 6:56 PM, Lukas Renggli wrote:

>>> then I can do things like
>>>       html evaluator
>>>               callback: [:s | s id: 'actionButtons'; render:
>>> [:r | self
>>> renderButtonsOn: r].
>>>               ....
>>>
>>> and it works fine. I had things composed so that #renderButtonsOn:
>>> would look like:
>>
>> Yup, the updaters update the contents of the div, the div itself  
>> should not
>> be re-rendered.
>
> s is an instance of SUScript. You need to write something like
>
>      s element id: 'actionButtons'; ...

Yes, that was a mistake of typing in my email :)



>
> Lukas
>
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list