On Mon, 2010-02-01 at 20:43 +0100, Lukas Renggli wrote:
However, the
list of files is
dynamic (depending on what's in the directory). How can I handle
that?
What directory? In Pier there are only structures that form a
"virtual" directory tree of pages, files, seaside components, books,
chapters, blogs, posts, etc.
"directory" refers to a directory on the
server's file system.
The list of files presented by Pier is taken from the list of files in
that directory. Files will appear and disappear, as well as changing
contents.
So the problem is that if I create a Pier page that is correct at one
time, it won't necessarily be correct, in the sense of matching the
contents of the directory on disk, later.
Ross