[Seaside] Re: Differences in calling render: from ajax?

TimM tamackinnon at gmail.com
Mon Aug 16 12:39:17 UTC 2010


TimM wrote:

> So it would seem that I can't rely on rendering callbacks with Comet - 
> and should just push a page reload?


Hmmm - how to safely push a page reload, my attempt with:

aContext := self requestContext.
anActionUrl := aContext request uri.
^aJScript goto: anActionUrl withoutQuery

or

^aJScript refresh

both cause my image to hang! (even Cmd-. doesn't work).




More information about the seaside mailing list