14 Feb
2002
14 Feb
'02
9:37 p.m.
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