Hello Adam, On Tue, 2011-08-23 at 11:29 +0200, Adam GROSZER wrote: > You forgot to paste interfaces.IMyObject definition.
Sorry. Here is my interface definition.
class IMyObject(Interface):
name = TextLine(
title=u'Name')
list_field = List(
title=u'My List',
value_type=Object(
title=u'Some other object',
schema=IOtherObject)
)
...
As there was nothing complex involved in the interface definition, I
omitted them in my original post.
--
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
signature.asc
Description: This is a digitally signed message part
_______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
