<code>
<tal:x repeat="result batch" >
<tr>
<td class="rt_display">
<a href=''> <span tal:replace="result/name">name goes here</span></a><br>
<span tal:replace="result/Summary">Summary goes here</span>
</td>
</tr>
</tal:x>
</code>
I want to insert id in place of ------------- from my result which i can display on my page by using
<span tal:replace="result/id">id goes here</span>. I tried many different ways but nothing works.
Any help would be appreciated
Thanks
sukhbir
_______________________________________________ ZPT mailing list [email protected] http://mail.zope.org/mailman/listinfo/zpt
