[Seaside] VASmalltalk 8.0.2 and autoload of WWW-documents

Marten Feldtmann itlists at schrievkrom.de
Thu Nov 11 20:40:11 UTC 2010


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 !?


More information about the seaside mailing list