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
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to