[Seaside-dev] hot to not use continuations

Sebastian Sastre ssastre at seaswork.com
Mon Mar 30 22:12:03 UTC 2009


voilá, app un-voodoo'ed, seaside rulez

> -----Mensaje original-----
> De: seaside-dev-bounces at lists.squeakfoundation.org 
> [mailto:seaside-dev-bounces at lists.squeakfoundation.org] En 
> nombre de Lukas Renggli
> Enviado el: Monday, March 30, 2009 17:19
> Para: Seaside - developer list
> Asunto: Re: [Seaside-dev] hot to not use continuations
> 
> > 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
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list