[ZPT] objectValues( ??)
Tom Snell
tsnell at enervation.com
Tue Dec 16 07:39:48 EST 2003
Sagt mir bitte wie ich das in den Klammern richtig schreibe:
<p tal:repeat="foldo python:here.objectValues(['Page
Template']['Image'])">
ich kriege "Error Value: sequence index must be integer"
Ich will einfach die Datein und Bilder auflisten, nicht die Verzeichnisse.
Hier ist es komplett:
<p tal:condition="python:here.id != 'Docking'">
<a href="..">Return to parent</a></p>
<table border="0" width="100%">
<p tal:repeat="foldo python:here.objectValues(['Page
Template']['Image'])">
Danke,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zpt/attachments/20031216/bca6097e/attachment.html
More information about the ZPT
mailing list