Joachim Schmitz wrote: > <dtml-call "REQUEST.set('bild',_['sequence-item'])"> Here's your problem, thanks to _'s 'itneresting' implementation of __getitem__... ...what you really want is: <dtml-call "REQUEST.set('bild',_.getitem('sequence-item',0))"> cheers, Chris