[Zope-dev] Re: [Zope] WISH LIST - idea of new, DTMLRelation object

2002-10-09 Thread Jaroslav Lukesh
| Odesílatel: Tino Wildenhain <[EMAIL PROTECTED]> | perhaps you want to use ...navigation.. | | ? | | Rootfolder could be the object you want to be the root (of course) | or in case of ZopeRoot, you get it via REQUEST.PARENT[0] | | However, before beating the dead horse, you should consider |

[Zope-dev] Re: [Zope] WISH LIST - idea of new, DTMLRelation object

2002-10-09 Thread Tino Wildenhain
Hi Jaroslav, perhaps you want to use ...navigation.. ? Rootfolder could be the object you want to be the root (of course) or in case of ZopeRoot, you get it via REQUEST.PARENT[0] However, before beating the dead horse, you should consider replacing your routine with a python script, which c