[Zope-dev] view lookup based on location

Chris Withers chris at simplistix.co.uk
Sat Apr 11 13:37:18 EDT 2009


Hi All,

Suppose I have the following:

a = Folder()
b = Folder()
c = Folder()

a.b = b
a.c = c

What's the canonical way of registering a view on b that is different to 
a view of the same name on a, and ditto with c?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list