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

Lukas Renggli renggli at gmail.com
Thu Oct 4 00:56:07 UTC 2007


> > 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'; ...

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list