14 Oct
1999
14 Oct
'99
8:47 p.m.
Eureka!!! After wasting nearly a full day on this, I've finally figured it out. The correct code is:
<dtml-in "PARENTS[0].objectValues(['DTML Document'])"> <dtml-var "_.getitem('sequence-item').id"> </dtml-in>
How does that differ from ... <dtml-in "PARENTS[0].objectValues(['DTML Document'])"> <dtml-var id> </dtml-in> ... as another member suggested? -- Just curious -- Loren