Hi Dmitry,
Your analyse was correct: the menu-id may be incorrect. The menu-id has to
be declared in ZCML before it's use in ZCML. Like:
<menu
id="zmi_views"
title="Menu for displaying alternate representations of an object" />
In this case zmi_views is the menu-id to be used.
Marc
Original Message:
-----------------
From: Dmitry Vasiliev [EMAIL PROTECTED]
Date: Tue, 26 Jul 2005 11:14:35 +0400
To: [email protected]
Subject: [Zope3-Users] Add menu item creation
Hi!
Is this a way to create the add menu item without the separate addMenuItem
directive? For example if I write:
<addform
...
menu="zope.app.container.add" title="Title"
/>
I've got the following error:
ConfigurationError: ('Invalid value for', 'menu', 'ImportError: Module
zope.app.container has no global add')
Maybe the menu id should be changed?
--
Dmitry Vasiliev (dima at hlabs.spb.ru)
http://hlabs.spb.ru
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users