[Zope] tal:repeat and first and last.

Pupeno pupeno at pupeno.com
Wed Dec 29 19:16:09 EST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Zopers
I need to do something except on the first and last item of a tal:repeat. 
After some time of testing I've found that with the following code:
<span tal:repeat="composer here/myComposers">
 <span tal:replace="python:repeat['composer'].last()"/>
</span>
which iterates 4 times I've got: True True True 1, and with 
<span tal:repeat="composer here/myComposers">
 <span tal:replace="python:repeat['composer'].first()"/>
</span>
I've got: 1 True True True. In any condition, 1 and True are the same, so, I 
couldn't build my condition. What am I doing wrong ? Should I get one true 
and three flases ?
Thanks.
- -- 
Pupeno: pupeno at pupeno.com - http://www.pupeno.com
Like REAL Science Fiction ? http://sfreaders.com.ar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFB00jNfW48a9PWGkURAk5gAJ0Wv1d90mpsJwXLCNWuUuuQnfElCwCfToh4
EF5P5Hjz9pWx/9GvIpr1nb8=
=NUOh
-----END PGP SIGNATURE-----


More information about the Zope mailing list