[Zope3-Users] Formlib and AddForm
Christian Klinger
cklinger at novareto.de
Thu May 4 08:05:50 EDT 2006
Hello Zope3 Users,
I´m a Zope3 newbie.
I have a "formlib" edit_form for my content type. Now i want use this
edit_form as addform.
I´try to make this with this zcml code.
<browser:addMenuItem
class=".adresse.Adresse"
title="Adresse"
permission="zope.ManageContent"
view="Add.html"
/>
<browser:addform
schema=".adresse.IAdresse"
label="ADD"
name="Add.html"
template="edit.pt"
set_before_add="name"
permission="zope.ManageContent"
/>
If I add the new content_type i got a maximum recursion error.
Any tips?
thx christian
More information about the Zope3-users
mailing list