[Zope3-Users] ComponentLookupError
TAHARA Yusei
tahara at timedia.co.jp
Wed Dec 13 20:44:45 EST 2006
Hi,
> ComponentLookupError: ((<decimalwidget.widget.Decimal object at
> 0x4203972c>, <zope.publisher.browser.BrowserRequest instance
> URL=http://192.168.81.89:8090/CRM/Vanderbilt/@@+/action.html>),
> <InterfaceClass zope.app.form.interfaces.IInputWidget>, u'')
This error means that Zope cannot find input widget for
the interface "decimalwidget.widget.Decimal" provides.
I don't know about "decimalwidget.widget.Decimal", but I think you
need to define input widget for interface of decimal field by ZCML.
--
TAHARA Yusei
More information about the Zope3-users
mailing list