[Zope] Get absolute_url() s

Chris Withers chrisw@nipltd.com
Wed, 19 Apr 2000 16:00:57 +0100


What I'd like to do is something like:

<dtml-in objectValues>
 <dtml-var "_['sequence-item'].absolute_url()"><BR>
</dtml-in>

But this seems to try to render each object, rather than just executing absolute_url on it.

Anyone know why?

Anyone know how I should be doing this?

cheers,

Chris