[Seaside] VASmalltalk 8.0.2 and autoload of WWW-documents

Julian Fitzell jfitzell at gmail.com
Fri Nov 12 09:50:27 UTC 2010


That sounds weird... it shows the *source*?

On Thu, Nov 11, 2010 at 8:40 PM, Marten Feldtmann
<itlists at schrievkrom.de> wrote:
> 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 !?
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list