[Zope] Get absolute_url() s

Rik Hoekstra rik.hoekstra@inghist.nl
Wed, 19 Apr 2000 17:42:26 +0200


Chris Withers wrote:
> 
> Thanks Rik,
> 
> It worked,
> 
> What I'd like to know is why what I had before didn't work :S


Probably the _['sequence-item'] gets you a 'rendered' version of the
sequence-item. If you want the raw object, you'd probably have to use
_.getitem(_['sequence-item'])  Yegh

Rik