Beuserie =?ISO-8859-1?Q?Fr=E9d=E9ric?= (stbrice dsi) writes:
 > How can I pop back one namespace from the stack ?. In fact I need the id
 > from the
 > dtml-method I'm was called from.
You can not (from DTML).

The caller must help you, e.g. by:

  calling method:
        ....
        <dtml-let caller_id= document_id>
          <dtml-var called_method>
        </dtml-let>
        .....

  called method:
        ...
        <dtml-var caller_id>
        ...

Dieter


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

Reply via email to