5 Sep
2001
5 Sep
'01
3:06 p.m.
all, Is there an equivalent of: <dtml-with aq_explicit only> in either a Script(Python) or an external method? tia Phil
5 Sep
5 Sep
10:21 p.m.
New subject: [Zope] aq_explicit only
Phil Harris writes:
Is there an equivalent of:
<dtml-with aq_explicit only>
in either a Script(Python) or an external method? You do not have the magic DTML namespace. Therefore, you have no "with" and "only".
You can use "aq_explicit": ox= o.aq_explicit .... ox.attr .... Dieter
8979
Age (days ago)
8979
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Phil Harris