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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to