[Zope] Virtual Host Monster does not work with the absolute_url()

Dieter Maurer dieter@handshake.de
Fri, 9 Aug 2002 22:54:45 +0200


Tom Cameron writes:
 > ...
 > "_['sequence-item'].absolute_url()"
Not sure, that this is related to your problem (probably not),
but "_[...]" is usually calling for problems when you expect the result to
be an object.

Use "_.getitem('sequence-item')" instead.


Dieter