[Seaside] Re: Back button question

Squeaker squeakman at gmail.com
Sun Jul 27 13:22:39 UTC 2008


itsme213 wrote:
> 
>   html anchor
>     callback: [WARenderLoop new call: self]
>     with: 'Explicit Refresh'
> 
> This of course enables the back button, presumably keeping around stuff that 
> is meaningless for my application.
> 
> I'm hoping for a simple way to free up at least some of the resources (e.g. 
> large number of callbacks? some RenderContinuations/Contexts/or similar?) 
> left around to support the back button. Is anything like isolate: 
> applicable?
> 
>   html anchor
>     callback: [self isolate: [WARenderLoop new call: self]]
>     with: 'Explicit Refresh'
> 
> Other suggestions?
> 
> Thanks - Sophie

I cannot answer the question but I have a keen interest in the answer.

I hope that some experienced developer can shed some light on this.

Thanks,
Frank



More information about the seaside mailing list