[Zope3-Users] Re: There aren't IDict widget ?
FB
fbo2 at gmx.net
Fri Sep 29 04:48:27 EDT 2006
Hi,
On Fri, Sep 29, 2006 at 10:20:01AM +0200, KLEIN Stéphane wrote:
> 2006/9/29, KLEIN Stéphane <klein.stephane at gmail.com>:
> >2006/9/29, KLEIN Stéphane <klein.stephane at gmail.com>:
> >> 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
More information about the Zope3-users
mailing list