Each page of our site, like many , consists of a header, a footer, a
navigation left rail, and content.

Currently the leftrail is built from a database that stores content file
paths, names, and relationships.

I'm (still) in the process of switching our site over to TT.  I ran into
the problem where my gut reaction was to PREPROCESS the Header file (which
also loads the leftrail), to POSTPROCESS the Footer file, and to PROCESS
the content file.  Thus, our content is completely independant of our
navigation selection.  Unfortunately, I ran into problems w/caching (90%
of our site is pre-built and saved as HTML, much as ttree).  I was able to
turn caching off (well, after Chris's patch), but that leads me to wonder:
How do others handle dynamic navigation and caching in handlers that
aren't preprocessed, and presumably want caching?






Reply via email to