On Feb 16, 2006, at 3:55 AM, Frank Burkhardt wrote:


I wrote a schema like this to have a list of objects on a content object:

 class IMyContent(Interface):
    mynumbers=List(
       title=_(u"Cool Numbers"),
       required=True,
       value_type=Int(
        title=_("integer")
       )
       default=[1,2,3,5,7]
    )


FWIW, I just think it's a bug that this doesn't work. Have you put it in the collector?

Gary
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to