2011/6/30 Janko Mivšek <[email protected]> > 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
