Personal tools
You are here: Home Zope & Plone tips Avoid ComponentLookupErrors for IInputWidget
Navigation
 
Document Actions
  • Send this page to somebody
  • Print this page
  • Add Bookmarklet

Avoid ComponentLookupErrors for IInputWidget

by tibi last modified 2007-04-19 08:28

Most of the times the reason that they appear is that you're trying to build a form derived from a schema interface without omitting the __parent__ or the __name__ field. So, you'll have to do something like: form_fields = Fields(IBookContainer).omit('__parent__', '__name__')

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 License.
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: