18 Nov
2003
18 Nov
'03
7:39 p.m.
Jaroslav Lukesh wrote at 2003-11-17 20:05 +0100:
It is unbelievable, but I does not know how to show title property from object defined in variable like this example:
<dtml-let picture="'z4_03_2.jpg'"> <dtml-var "_['picture'].title">
<dtml-var expr="_.getitem(picture).title"> Reading the "Name Lookup" section in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> make help you with similar questions. -- Dieter