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