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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to