Andreas Elvers wrote:
what the rationale of @@ anyway ?
One of the reasons is that it creates a name space. If you have a view of a container named "foo" what happens if you create an object in the container also named "foo"? Does the object hide the view, or does the view hide the object? With the @@ prefix you can disambiguate.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
