The widget framework is missing a widget registration for
zope.app.form.interfaces.IDisplayWidget
for
zope.schema.interfaces.IList,
zope.schema.interfaces.IVocabularyTokenized
that means if the field is read-only no widget is displayed.

Is that by intention?

If I add
<view
      type="zope.publisher.interfaces.browser.IBrowserRequest"
      for="zope.schema.interfaces.IList
           zope.schema.interfaces.IVocabularyTokenized"
      provides="zope.app.form.interfaces.IDisplayWidget"
      factory="zope.app.form.browser.ListDisplayWidget"
      permission="zope.Public"
      />
it'll display the widget.

-- 
Best regards,
 Adam                          mailto:[EMAIL PROTECTED]
--
Quote of the day:
Time and tide wait for no man.

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to