computed attribute access (was: Re: [Zope] namespace and PARENTS doubt) (was: Re: [Zope] namespace and PARENTS doubt)
26 Jul
2000
26 Jul
'00
7:14 p.m.
Fabio Akita writes:
<dtml-with "_['PARENTS[1].' + _['parameter'] + '.folder']">
For "computed attribute access", use "_.getattr". In your case probably (I am not sure, I understand you expression correctly): <dtml-with "_.getattr(PARENTS[1],parameter).folder"> Dieter
9385
Age (days ago)
9385
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer