[BlueBream] [Zope-dev] getting size of zope.schema.List from a view in bluebream
    Joshua Immanuel 
    josh at hipro.co.in
       
    Tue Aug 23 06:04:27 EDT 2011
    
    
  
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/bluebream/attachments/20110823/0d82d0d8/attachment.bin 
    
    
More information about the bluebream
mailing list