#fixCallbackTemps and #fixTemps

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

#fixCallbackTemps and #fixTemps

Joseph Blatter
I've updated to latest Seaside, and noticed that in

WASelectTag>>liveCallback: liveBlock
        | uri id |
        id := self ensureId.
        liveBlock fixCallbackTemps.

was replaced by

        liveBlock fixTemps.
        id _ self ensureId.

since my code doesn't work anymore:

MessageNotUnderstood:
WARenderCanvas>>urlForLiveAction:
    * WARenderCanvas(Object)>>doesNotUnderstand:
#urlForLiveAction:

Somebody knows what should I do to fix this?
thanks



__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.espanol.yahoo.com/ 
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: #fixCallbackTemps and #fixTemps

Michel Bany
> MessageNotUnderstood:
> WARenderCanvas>>urlForLiveAction:
>     * WARenderCanvas(Object)>>doesNotUnderstand:
> #urlForLiveAction:
>
> Somebody knows what should I do to fix this?
>

You have to change your #rendererClass to answer WAAsyncRenderCanvas.
Compatibility is somehow slightly broken, sorry.

This is mentioned in the comments for SeasideAsync-mb.49
See below.

Cheers,
Michel.

 >>>>>>>>>>>>>>     NEW RULES     <<<<<<<<<<<<<<<<

 > Must use WAAsyncRenderCanvas or WAAsyncHtmlRenderer
   as the #rendererClass
   >>>>> This breaks compatibility, sorry
 > Must include WAAsyncScripts library
   >>>>> This breaks compatibility, sorry
 > May subclass WAAsyncComponent






_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside