[Zope3-Users] Dict Widget

David Johnson djohnson at jsatech.com
Tue Feb 27 15:24:10 EST 2007


I've seen posts about this but I am confused. Is there a Dict widget?  
I tried it and I received IInputWidget errors.

myfield = Dict(title=u'My Dictionary',
   		key_type=TextLine(),
		value_type=TextLine())

   File "/Users/djohnson/sandbox/Zope-3.3.0/build/lib.macosx-10.3- 
fat-2.4/zope/component/_api.py", line 103, in getMultiAdapter
     raise ComponentLookupError(objects, interface, name)
ComponentLookupError: ((<zope.schema._field.Dict object at  
0x3a00190>, <zope.publisher.browser.BrowserRequest instance  
URL=http://127.0.0.1:8080/My%20Contacts/+/addContact.html>),  
<InterfaceClass zope.app.form.interfaces.IInputWidget>, u'')

--
Warm regards,
David


More information about the Zope3-users mailing list