[Seaside] FileLibrary / css files confusion - red herring :-(

Keith Hodges keith_hodges at yahoo.co.uk
Wed Jan 2 15:12:03 UTC 2008


itsme213 wrote:
> The problem embarassingly turned out to be browser caching. The only way to 
> turn this off in Firefox is through
>     about:config
>     ---  network.http.use-cache = false
>
> Changing the base url had the effect of invalidating that cache, so I 
> incorrectly thought that hacking '/seaside/' somehow caused the problem.
>
>   
With a bit of poking around you can get file library to send css flagged
as non-cached

In the Jetsam library there is a WANonCachedDocument class which
WAFilesLibraryPlus uses by default during development. (Perhaps I should
switch this off automatically on deployment)

Keith



More information about the seaside mailing list