[Zope] ZPT and URL's

Jim Gallacher jgallacher at sympatico.ca
Wed Jul 14 21:23:56 EDT 2004


Michael Fox wrote:
> Hi *,
> 
> How can I tack on a sting to my request/BASE1? eg. something like the
> following.
> 
> <a href=".." tal:attributes="href request/BASE1 +
> '/some_page_template'">link</a>
> 

<a href=".." tal:attributes="href 
string:${request/BASE1}/some_page_template">link</a>

Jim




More information about the Zope mailing list