18 Aug
2003
18 Aug
'03
6:31 p.m.
Can Burak Cilingir wrote at 2003-8-18 09:04 +0300:
i read about zope for my problem but could not find any solution which seems logical to me.
i have a folder hierarchy which has "index_html(dtml doc)", "left(dtml mtd)", "main(dtml mtd)" etc in the root folder, and "my_index(dtml method)" in all folders. (index_html has <dtml-var left><dtml-var main>)
Make your "index_html" a DTML Method (rather than a DTML Document). This may solve your problem. As a general rule: avoid DTML Document unless you know precisely why your want to use them. Dieter