[ZPT] building a href in zpt

Phillip Hutchings sitharus at gmail.com
Fri Jun 17 03:07:07 EDT 2005


> <a tal:attributes="href string:${portal_url}/editdemo?="
>  tal:content="result/name">name</a>
> 
> but i cant figure out how to insert the tal:contern="result/id" after
> the '?='
> 
> any clues?

You do it the way the documentation tells you to:
<a tal:attributes="href string:${portal_url}/editdemo?=${result/id}"
     tal:content="result/name">name</a>

-- 
Phillip Hutchings
http://www.sitharus.com/
sitharus at gmail.com / sitharus at sitharus.com


More information about the ZPT mailing list