Hello

in zope.app.form.browser.widgets.txt there is a Poll demo

I could make it work but I had to do 2 modifications :

replace  content_factory=".poll.Poll"  with  class=".poll.Poll" in 
configure.zcml


and I also had to remove:
<factory id="zope.app.demo.poll" permission="zope.ManageContent" />



regards,
Christophe
_______________________________________________
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