[Zope] Adding ZClasses
Montagne, Michael
montagne@BOORA.com
Fri, 7 Sep 2001 13:57:47 -0700
Beautiful. Thanks.
-----Original Message-----
From: Laurie Nason [mailto:laurien@blake.3dem.bioch.bcm.tmc.edu]
Sent: Friday, September 07, 2001 1:57 PM
To: Montagne, Michael; zope@zope.org
Subject: RE: [Zope] Adding ZClasses
mjm,
Try this as a link to add your ZClass - it should create an instance in the
current directory
<a href="manage_addProduct/YihawDirectory/YihawChannel_factory">Add New
Channel</a><br>
hth Laurie
-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
Montagne, Michael
Sent: Friday, September 07, 2001 3:44 PM
To: 'zope@zope.org'
Subject: [Zope] Adding ZClasses
I'm attempting to allow my users to add zclasses. I always run into the
same problem. The following code is in a method in a folder (a Yihaw folder
in this case).
<dtml-with "manage_addProduct['YihawDirectory']">
<dtml-var YihawChannel_addForm>
</dtml-with>
I get the form to come up but when I post it I get a "Resource not found"
error. All I want to to is leverage the forms that already exist in the
products folder. What am I missing?
thanks,
-mjm
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )