[Seaside-dev] hot to not use continuations

Lukas Renggli renggli at gmail.com
Mon Mar 30 20:18:38 UTC 2009


> handleFiltered: aRequestContext
>        "Handle the request inside a transaction and with a retry policy"
>
>        [super handleFiltered: aRequestContext]
>                on: WAResponseNotification
>                do:[:n|
>                        self halt.
>                        aRequestContext response]
>
> but when I set the app to use WAMain it won't halt and it renders a blank page.
> Is that expected?

I don't really see the reason why WAMain is still there. It is almost
empty and it is certainly not a valid main class. You need to use
WARenderLoopMain or one of its subclasses. I am sure Julian can tell
us more.

Lukas

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


More information about the seaside-dev mailing list