[Seaside] how to get dynamic files?

Keith Hodges keith_hodges at yahoo.co.uk
Wed Feb 25 15:24:46 UTC 2009


Oleg Korsak wrote:
> Hello!
>
> My method in a WAFileLibrary subclass returns dynamic contents (composes
> it on the fly). But when I'm trying to download it (no matter how many
> times) - the contents is the same as in the begining. Is it possible to
> get a dynamically created file from WAFileLibrary so it could be
> different for each request?
>
> Thanks.
>   
Hi, in the squeaksource/Jetsam package you will find WAStandardFilePlus
which if you subclass, the #documentClass is set to #NonCachedDocument


Keith


More information about the seaside mailing list