[Seaside] VASmalltalk 8.0.2 and autoload of WWW-documents

Sebastian Sastre sebastian at flowingconcept.com
Thu Nov 11 21:55:10 UTC 2010


I can think a way to do it but it'll require javascript

sebastian


On Nov 11, 2010, at 6:40 PM, Marten Feldtmann 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101111/c9773872/attachment.htm


More information about the seaside mailing list