[Zope] resolving between like-named parent folders?

Chris Withers chrisw@nipltd.com
Wed, 28 Mar 2001 21:45:41 +0100


> For this, I have tried the following in C.D.A.B.index_html:
> <dtml-var "RESPONSE.redirect(A.B.index_html.url())">

> How can I address Root.A.B.index_html separately from
> Root.C.D.A.B.index_html ?

<dtml-call
"RESPONSE.redirect(restrictedTraverse('/C/D/A/B/index_html').absolute_url())
">

cheers,

Chris