19 May
2003
19 May
'03
12:23 p.m.
Deniz, Metin wrote:
Hello everybody,
I hope you can help me with the following or give me a hint where to look for further information:
I have a application with following structure
FolderA ------docA (dtml-document) ------FolderAA -----------docAA FolderB ------docB ------FolderBB -----------docBB
Suppose you are in FolderA and try the following from within docA: <dtml-var docAA>
Try something like. <dtml-var "FolderAA.docAA(None,_)"> For further infos read the ZopeBook: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ Cheers, Maik