Re: [Zope3-Users] Locatability of schema.Object field

2007-05-09 Thread Tom Dossis
Alen Stanisic wrote: Hi, in the following situation: class ISomeNames(IContained): items = List(... value_type=Object(schema=IName ..) ) class IName(Interface): afield = Choice(... vocabulary=AVocabulary ..) say in the vocabulary I need to look up containment tree but

[Zope3-Users] Locatability of schema.Object field

2007-05-01 Thread Alen Stanisic
Hi, in the following situation: class ISomeNames(IContained): items = List(... value_type=Object(schema=IName ..) ) class IName(Interface): afield = Choice(... vocabulary=AVocabulary ..) say in the vocabulary I need to look up containment tree but IName object does not have enought