[Zope3-dev] widget framework missing a registration?

Adam Groszer adamg at fw.hu
Tue Dec 13 05:06:53 EST 2005


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:adamg at fw.hu
--
Quote of the day:
Time and tide wait for no man.



More information about the Zope3-dev mailing list