Max M wrote:
> <dtml-in "test.fileIds()">
> <dtml-var "_[_['sequence-item']].data">
> </dtml-in>
>
> regards Max m
>
again I am jumping to conclusions ... If you are not inside the 'test'
objectmanager then it would be:
<dtml-in "test.fileIds()">
<dtml-var "test[_['sequence-item']].data">
</dtml-in>
re-regards Max M