25 Oct
2005
25 Oct
'05
9:05 a.m.
--On 25. Oktober 2005 09:56:13 +0100 Peter Bengtsson <peter@fry-it.com> wrote:
Without waking up the object you have to use Meta data in the catalog. Unless there's some physical path already on the brain object which can help you "calculate" the absolute url. With waking up the object is done like this: brain.getObject().absolute_url()
Guys, you should really RTFM...this is documented in the ZCatalog chapter of the Zope Book: brain.getURL() is the solution. brain.getObject().absolute_url() is really the worst solution since you really load the object from the ZODB. -aj