[Zope] Disabling url encoding using getURL in page templates

Will Stephenson lists at stevello.free-online.co.uk
Tue Nov 18 10:59:09 EST 2003


I've set up a catalog of my sql database using the Catalog Anything technique, 
initially using the dtml search interface automatically generated by the 
catalog, but I've switched to the ZPT version, and don't know why my URLs 
returned from the catalog are always url-encoded, breaking the query string.

This is where the URL that traverses to the database object is substituted 
into the search results report: 

<td><a href="someURL" tal:attributes="href result/getURL" 
tal:content="result/name">name goes here</a></td>

Can anyone tell me how to stop this being encoded?

Thanks in advance

Will

-- 
Will Stephenson



More information about the Zope mailing list