[Zope] Accessing Control_Panel from DTML?

Dieter Maurer dieter@handshake.de
Thu, 14 Feb 2002 22:37:10 +0100


Richard Jones writes:
 > I'm trying to access Control_Panel from within a DTML Method, but it refuses 
 > to acknowledge the existence of Control_Panel...
 > 
 >   <dtml-with Control_Panel>
I verified that this works (as "Manager"!).

 >   <dtml-with "_.Control_Panel">
This will not work, as "Control_Panel" is not a namespace attribute.
 >   <dtml-with "this().Control_Panel">
This will work, too (although I did not verify it explicitly).


Dieter