[Zope3-Users] Question about z3c:layout

2009-07-15 Thread Simon Elbaz
Hi, the question I have is: when a z3c.form is rendered, how can I tell to zope3 to use z3c.pagelet.browser.BrowserPagelet.__call__ and not z3c.form.form.Form.__call__ in order to use the layout defined by a global z3c:layout in zcml ? Thanks for your help Simon The code part (copied from P. Card

Re: [Zope3-Users] Question about z3c:layout

2009-07-15 Thread Michael Howitz
Am 15.07.2009 um 16:10 schrieb Simon Elbaz: > Hi, > the question I have is: > when a z3c.form is rendered, how can I tell to zope3 to use > z3c.pagelet.browser.BrowserPagelet.__call__ and not > z3c.form.form.Form.__call__ in order to use the layout defined by a > global z3c:layout in zcml ?

Re: [Zope3-Users] Question about z3c:layout

2009-07-15 Thread Simon Elbaz
You pointed the right error: I was using z3c.form.form and not z3c.formui.form. Thks On Wed, Jul 15, 2009 at 4:45 PM, Michael Howitz wrote: > Am 15.07.2009 um 16:10 schrieb Simon Elbaz: > >> Hi, >> the question I have is: >> when a z3c.form is rendered, how can I tell to zope3 to use >> z3c.pag