[Zope] Re: Zope page templates and query strings

Evan Simpson evan@4-am.com
Tue, 17 Sep 2002 09:41:58 -0500


Tim Hicks wrote:
> <a href="#" tal:attributes="href python:'delete?isbn?=%s' % 
> list.isbn">delete</a>

This is probably more efficient:

<a href="#" tal:attributes="href string:delete?isbn=${list/isbn}">delete</a>

Cheers,

Evan @ 4-am