15 Nov
2002
15 Nov
'02
5:53 p.m.
| Odesílatel: Roger Fisher <rlfisher@sprynet.com> | Thanks to all the helpful replies I had for my need for a "dynamic" | <dtml-with>. | "_.getitem(StringOfObject)" works beautifully. I have a similar additional | newbie problem: | | FolderA | ...FolderB | ...FolderC | ......FolderD | ......Method1 | | Method1 (in FolderC) has no problem, of course, doing a <dtml-with FolderD> | | I cannot figure out how to <dtml-with> to get from Method1 (in FolderC) to | code in FolderB. FolderB is parallel to Method1's parent (FolderC). Take look at code in attachment. Here is nice recursive access method in pure DTML. May it help you. It is from early Zope mailing list archive and I use it. Regards J. Lukesh