4 Apr
2000
4 Apr
'00
1:16 a.m.
Hi, I am creating a Z class object using: <dtml-with "Object.createInObjectManager(id, REQUEST)"> I then try to create a sub-object _in_ that object with: <dtml-with "SubObject.createInObjectManager(id, REQUEST)"> The outer object is derived from ObjectManager. But both objects are created in the same folder rather than one being created in the other. Please tell me the right magic words. Thanks Bruce Perens