Re: [Zope-dev] getting size of zope.schema.List from a view in bluebream
Joshua Immanuel <[email protected]>
| Newsgroups | gmane.comp.web.zope.bluebream,gmane.comp.web.zope.devel |
|---|---|
| Organization | HiPro IT Solutions Private Limited |
| Message-ID | <1314093867.2450.68.camel@jimman> |
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
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEUEABECAAYFAk5TeysACgkQWw85XwuSFMKlTgCVERFe+GC+NK/QPRKjgC33jKIg QwCbB0Wh8XmsbhiqTDkTKKg6gyypxDo= =2SrO -----END PGP SIGNATURE-----