Hello,

I've got this following bit of ZPT:

        <tal:loop repeat="t     container.py.get_queue(whence=q, 
userid=userid))">
                                                                                
                                                                                
                                                                                
                                
                <span tal:replace="structure here/queue_template">
                        Queue Template Goes Here
                </span>

within queue_template I reference the "t" loop variable.  Unfortunately
this fails with a KeyError, which I'm guessing is because "t" isn't
available to the "queue_template" ZPT.  Is there a way to make "t"
available to "queue_template"?

-mtw

-- 
Matthew White - District Systems Administrator
Tigard/Tualatin School District
503.431.4128

"The greatest thing in this world is not so much where we are, but in
what direction we are moving."   -Oliver Wendell Holmes

_______________________________________________
Zope maillist  -  Zope@zope.org
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 )

Reply via email to