10 Oct
2000
10 Oct
'00
3:37 p.m.
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