Re: building a href in zpt
Phillip Hutchings <[email protected]> Fri, 17 Jun 2005 19:07:07 +1200
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
> <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/
[email protected] / [email protected]