Hello all,
I just got my first zc3.form working, and now I would like to display it in
a viewlet.  The tutorial I followed
(http://plone.org/documentation/how-to/easy-forms-with-plone3) mentioned
that it is possible to use the form in a viewlet, but after much trying, I
can't get it to work.  I tried putting this in my browser/configure.zcml:

<browser:viewlet
      name="my.product.viewlet"
      for="my.product.interfaces.IForm"
      manager="plone.app.layout.viewlets.interfaces.IBelowContentBody"
      permission="zope2.View"
      class=".form.Form"
    />

and I get errors when I try to view the page.  Does anyone know the correct
way to put a z3c form in a viewlet?

Craig
-- 
View this message in context: 
http://n2.nabble.com/z3c-form-in-a-viewlet-tp1356518p1356518.html
Sent from the Product Developers mailing list archive at Nabble.com.


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to