[ZPT] repeat variables

Tim Moore tmoore@tembel.org
17 May 2001 21:51:19 +0000


I must be missing something regarding how these are supposed to be
used.  The TAL spec and TALES spec each reference the other for
documentation about the specifics. :-\

I have this:


<div metal:fill-slot="main"
     tal:repeat="performer here/getPerformers"
     tal:replace="structure python:performer.render(even=repeat.performer.even)" />

When I try to view the template, I get an attribute error on
'performer'.  What am I doing wrong?

tia,
-- 
Tim Moore