[Zope] getting aspolute url of an objevt with id="xxxxxx"

Jens Vagelpohl jens@zope.com
Tue, 22 Jan 2002 07:57:24 -0500


umh, you did not *call* the absolute_url method. method. try it like this:

<dtml-var expr="_.getitem('image').absolute_url()">

jens

On Tuesday, January 22, 2002, at 07:12 , sree wrote:

> Dear friends,
> I tried this but the result is :
> <dtml-var expr="_.getitem('image').absolute_url">
>
> Output in browser:  <Python Method object at 01DD7AA0>
>
> Please help.
> Regards,
>   -  sree
>