How to render an Archetypes widget in edit mode in a browser?

I would like to display Plone Archetypes widgets in edit mode in Products.Five.browser.BrowserView, but it seems that there are many settings for templates in skin layers that are not in BrowserView. How to do equivalent setup in BrowserView?

The resulting form should be POSTto the existing logic of archetypes.

+3
source share
1 answer

Best answer to this question: @ david-glick and @stevem suggest the following: don't do this. If you intend to use AT (Archetypes), use the best practices of AT; the closest of which are explained here:

, @stevem, , ( ).

+3

All Articles