[Zope] Where does Object.createInObjectManager() find the object manager?

Bruce Perens bruce@linuxvc.com
Mon, 3 Apr 2000 18:16:08 -0700 (PDT)


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