[Seaside] VASmalltalk 8.0.2 and autoload of WWW-documents

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 12 06:33:29 UTC 2010


2010/11/11 Marten Feldtmann <itlists at schrievkrom.de>:
> In my demo application I changed my updateRoot: method to introduce an auto
> reload of a page of my Seaside application. I added the following code to my
> "updateRoot:" method:
>
> [code]
> anHtmlRoot meta
>  responseHeaderName: 'refresh' ;
>  content: 1 greaseString
> [/code]
>
> and guess what !? It works ! BUT only until I open another browser and start
> another session on that seaside application or just query the startup
> seaside page on that running Smalltalk server.
> Then the browser with the autoload running stops updating and shows only the
> sourcecode of that page.
>
> Any idea how to implement an autoload in another way or how to fix this or
> is this a specific VA problem !?

What's the problem you're trying to solve? Automatically reloading the
entire page is often not the best solution.

Cheers
Philippe


More information about the seaside mailing list