[Zope] Get Access to Object from its record in the ZCatalog

Chris Withers chrisw@nipltd.com
Mon, 10 Mar 2003 14:16:07 +0000


Edward Muller wrote:
> 
> tal:define="url python: result.getpath(result.data_record_id_)"

why not just use result.getPath()?
(you may actually want result.getURL()...)

cheers,

Chris