[Zope] Subfolder Access?

Jay Ashton jay@tomigaya.shibuya.tokyo.jp
Sat, 06 Mar 1999 18:07:33 -0500


I think there must be an easy way around a little trouble I'm having, but
it's had me stumped for a few days and I can't find any mention in the
list/docs.

From a dhtml method I want to access a subfolder's sql methods, which is
easy enough using <!--#with SUBFOLDER--> <!--#/with-->. The problem is,
because of the amount of methods involved and in order to keep things
flexible I want to add the <!--#with--> to a standard_header, and the
<!--#/with--> to a standard_footer. Of course, Zope nixes this. So I was
hoping there was an end-run around this dilemna - some other way to give
access to subfolders. 

I've tried including the opening and closing WITH's in the same document
surrounded by IF's with no luck, and have been wondering if there's a way
to set a folder property to accomplish this...

- Jay