Hello,
in a Containers chooseName function I want to use a attribute of the created
object:
def chooseName(self, name, object):
return object.name
File
"/home/florian/Desktop/zope/lib/python/CS/ContentFolder/contentfolder.py",
line 15, in chooseName
return object.name
AttributeError: 'Link' object has no attribute 'name'
Even though apidoc says there is a attribute name.
Or is it impossible to access the attributes at this time of the creation
process?
Thanks,
Florian
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users