[Zope3-Users] make a Folder a Site

Jan-Wijbrand Kolman jw at infrae.com
Thu May 26 06:05:04 EDT 2005


Ivo van der Wijk wrote:
> What I currently do is:
> 
> Derive from Folder and SiteManagerContainer, and in the __init__ do
> the following:
> 
>         self.setSiteManager(LocalSiteManager(self))
>         ## required for getUtility to work within this request
>         setSite(self)
> 
> (actually I'm doing this from an event handler, but it should just
> work from __init__ afaik)

Thanks!


I'm doing so now from a event handler too instead of from the add view.

Doing this in the __init__ didn't work, since at that time there appears not to
be enough context for creating a LocalSiteManager.


regards,
jw

-- 
Jan-Wijbrand Kolman
jw at infrae.com


More information about the Zope3-users mailing list