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

Chris Withers chrisw@nipltd.com
Sat, 10 Aug 2002 12:02:56 +0100


Tom Cameron wrote:
> Evan,
> it is a python product that I have built, it is subclassed on another
> abstract class I built and the simpleItem class.
> 
> None of my classes redefine the absolute_url() method - or for that matter
> any related methods.

Do any of your products do anything which might affect the acquisiton 
cotext of their children? (using any of the aq_ methods, using 
dictionries instead of attributes, etc...)

cheers,
Chris