On Tue, 2003-06-10 at 12:46, Jon Ross wrote: > If I load some data into a hash & pass it to a template, when a link from > that template/page is pressed how do I access the data again in the > subsequent handler/template ?. > > The reason being - I have a top-level category bar which is available on all > pages but only requires loading from the database on the initial page.
This has absolutely nothing to do with Template Toolkit, but the simplest approach is to cache the data using a module like Cache::Cache or MLDBM::Sync. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
