Here a short question about security, In Zope 2 style product classes I have to protect the methods against being called. With Zope 3 views the whole view is protected by a permission in zcml and this is not necessary? But the content object still should be protected (is derived from SimpleItem) Cheers Dennis