[Seaside] call/answer

Lukas Renggli renggli at gmail.com
Wed Aug 2 06:54:03 UTC 2006


> Can I use call/answer with scriptalacous components (SUComponent)? Gotchas
> to look out for?

Generally yes, tough the same rules as for the basic use of
call/answer applies: only use call/answer in callback blocks or within
WATask>>go. Never try to do a call/answer during the (ajax-)rendering
phase.

Now the interesting thing would be to be able to define a flow of AJAX
updates the way we currently do in WATask. Something like that is not
possible at the moment (the blog community even thinks continuations
and AJAX doesn't go together), though I have some ideas how that could
be realized. Something for the futre then ;-)

Cheers,
Luas



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


More information about the Seaside mailing list