« Return to Thread: WAPresenter>>processCallbackStream: aCallbackStream

Re: WAPresenter>>processCallbackStream: aCallbackStream

by Sophie2 :: Rate this Message:

Reply to Author | View in Thread

"Lukas Renggli" <renggli@...> wrote in message

> Seaside evaluates all callbacks in the context of the component that
> rendered the callback. There might be callbacks that appear before the
> child-callbacks, as well as after the child callbacks (before and
> after refers to the location in the XHTML output).
>
> There might be also callbacks that appear in-between the
> child-callbacks. This case will be handled in the loop of
> WARenderContinuation>>processCallbacks:. This is all quite complicated
> and causes some troubles, especially in the context of AJAX.
>
> It might be dropped in upcoming versions of Seaside.

Any idea yet which way Seaside 2.9 will go on this? And whether Ajax
callback of one component can re-render other distant components without
problems?

Thanks - Sophie



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: WAPresenter>>processCallbackStream: aCallbackStream