Re: [Zope] Refrencing.
5 Nov
2000
5 Nov
'00
5:51 p.m.
Jason C. Leach writes:
<dtml-let x=sequence-item>
What is the sintax to refrence that object? <img src=<dtml-var x.id> This will give you a NameError (maybe KeyError), as the variable "x.id" is unknown.
Are you interested in the "id" of "x"? Then the best thing is: <dtml-with x> <dtml-var id> </dtml-with> Dieter
9283
Age (days ago)
9283
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer