Hi,

On Fri, Sep 29, 2006 at 10:20:01AM +0200, KLEIN Stéphane wrote:
> 2006/9/29, KLEIN Stéphane <[EMAIL PROTECTED]>:
> >2006/9/29, KLEIN Stéphane <[EMAIL PROTECTED]>:
> >> Hello,
> >>
> >> in one content component I've switch from IList to IDict schema and I
> >> note than IDict widget don't exist. It's normal ? if yes, why ?
> >
> >I see that : http://mail.zope.org/pipermail/zope3-users/2006-June/003720.html
> >
> 
> In mail http://mail.zope.org/pipermail/zope3-users/2006-June/003720.html
> I don't know where put the last part :

This was just a fix of the (formerly?) buggy Dict schema object.

Just copy it into a seperate python file and instead of defining

 class MySchema(Interface):
    Dict(...)

use

 class MySchema(Interface):
    FixedDict(...)

Regards,

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

Reply via email to