[Zope] Virtual Host Monster does not work with the absolute_url()
Chris Withers
chrisw@nipltd.com
Sat, 10 Aug 2002 17:09:16 +0100
Tom Cameron wrote:
> Chris,
>
> We start with a base class called GenericObject...
> class GenericObject(Implicit, Persistent, RoleManager, Item,
> PropertyManager, MessageListener):
If 'Item' in the above is SimpleItem.Item, then Implicit, Persistent and
RoleManager need not be included in the above list.
I note you're not inheritting from OFS.Traversable.Travesable, perhaps you should?
cheers,
Chris