[Zope] zpt and hrefs

Fred Drake fdrake at gmail.com
Tue Mar 29 11:56:02 EST 2005


Try this:

<code>
<table tal:repeat="item sequence">
    <tr><td><a tal:attributes="
        href string:somescript?identifier=${item/ret_val}
        ">link me</a></td></tr>
</table>
</code>


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation


More information about the Zope mailing list