20 Oct
2003
20 Oct
'03
6:25 p.m.
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
8204
Age (days ago)
8204
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jianping Zhu