July 1, 2011
9:04 a.m.
2011/6/30 Janko Mivšek <janko.mivsek@eranova.si>
Whole point is that this is a non-blocking code, in contrast to continuation based approach like in Seaside, where similar code would block and wait until dialog component returns answer.
Janko, what are you talking about? If it's not blocking, it's just a callback. Of course Seaside can do the same thing: you just use #show:onAnswer:. Julian