[Zope] Newbie ZClass confusion

joseph toman toman@marge.cyber-dyne.com
Wed, 04 Dec 2002 03:31:10 +0000


Patrick Stinson wrote:

>The following is a python constructor that I usually use. I call this
>constructor from an html form that sets all of the new object's properties.
>notice the 'ProductName' and 'ZClassName' (fill those in).
>  
>

Thanks. I modified it slightly and it works fine. A few questions if I 
might:

manage_addProduct['ProductName']

This is a dictionary of products ?

createInObjectManager(REQUEST['id'], REQUEST)

Is this method documented somewhere?

                                    Thanks again,

                                            J. Toman