WARenderContinuation : states

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

WARenderContinuation : states

Sophie424
Stepping through the debugger [trying, sadly, to figure out more Ajax
missing-components] I reach

WARenderContinuation>>value: aRequest
and I find a non-empty "states" instVar, leading then into

WASnapshot>>restore.

I have not defined #states on any of my components. Where did these come
from?

Thanks - Sophie



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WARenderContinuation : states

Lukas Renggli
> I have not defined #states on any of my components. Where did these come
> from?

Seaside registers the addition and removal of decorations for backtracking.

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WARenderContinuation : states

Sophie424
"Lukas Renggli" <[hidden email]> wrote in message

> Seaside registers the addition and removal of decorations for
> backtracking.

Ah, thanks. Would WASnapshot>>restore be called even on a purely Ajax
sequence e.g. after the very initial request (which starts a WASession) I
click on an Ajax link?

- Sophie



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