Garito wrote:
Hi!
Is there any way to access to some list index with TALES expression?
I would like to use something like here/list/0 or here/list/int:0
Is this possible?
Thanks!
--
Mis Cosas
http://blogs.sistes.net/Garito
Hi Garito,
Try something like: tal:content="python: context.list[0]" or you can
always call a python script that returns the desired value.
David H
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )