4 Dec
2002
4 Dec
'02
3:31 a.m.
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