[Seaside] call/answer problem in 2.6b1.136?

Lukas Renggli renggli at gmail.com
Thu Apr 19 17:05:50 UTC 2007


> WAComponent>>dialog: aComponent
>
> ^AnswerContinuation
>   currentDo:
>     [:cc |
>       self
>         show: aComponent
>         onAnswer: cc
>         delegation: ((DeepCoveLabs.YUIPanel new)
>                          delegate: aComponent;
>                          yourself)]

Then I think it is the best to fix your #dialog: message and I do the
same for the  #lightbox: (aka adding WARenderNotification raiseSignal
at the end of code within the continuation-block). I don't think this
is a bug in Seaside.

Lukas

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


More information about the Seaside mailing list