The Doctor What writes:
 > ...
 > Now here is my next problem.
 > 
 > Using context.REQUEST.PARENTS doesn't give me the DTML Document that
 > called me (so to speak).
 > 
 > I have:
 > /test/new/foo_html
 > 
 > My PARENTS shows Zope, Test, and New, but doesn't show foo_html.
"PARENTS" contain the objects from root up to but excluding
the final object on the URL.

You may try to reference the final object by "this()".


Dieter

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to