22 May
2000
22 May
'00
1:58 p.m.
Graham Chiu wrote:
<dtml-in "thisdirectory.objectValues(['TinyTable'])"> <dtml-in sequence-item> <dtml-var value><br> </dtml-in> </dtml-in>
Is this code in a DTML document or method?
I would like to print out the title attribute of the tiny table now, but
<dtml-var "_.getattr(_['sequence-item'],'title')">
chokes on title with an attribute error.
What's wrong with just <dtml-var title>? cheers, Chris