J C Lawrence wrote at 2004-2-4 20:25 -0500:
>What is the correct way to use the OFS to create an instance of a
>product within an object?
The standard way is
<objectManagerDestination>.manage_addProduct[<productName>].
<constructor>(<arguments>)
--
Dieter