[Zope] zope code prblem
Jianping Zhu
jzhu at fisher.forestry.uga.edu
Mon Oct 20 14:25:09 EDT 2003
I have two file in current directory.
''''fist is index_html
<html>
<body>
<table >
<tr tal:repeat="item container/myfiles">
<td tal:content="item/getId">Sample.tgz</td>
</tr>
</table>
</body>
</html>
'''seccond is a python file myfiles
return.objectValues('File')
I was expecting to get two file ids index_html and myfiles when i test
index_html, but instead i get nothing.
how can i fix this problem to achieve my goal?
Thanks
More information about the Zope
mailing list