call/answer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

call/answer

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

Thanks.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: call/answer

Lukas Renggli
> 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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside