29 Mar
2004
29 Mar
'04
11:45 p.m.
John: instead of: context.manage_addProduct['myProduct'].manage_addAction(request.id,request) I have never used manage_add (except when I'm using the ZMI) - But I do know it is part of the ZMI and would *probably* return the ZMI interface when you use it... Try: context.manage_addProduct['myProduct'].Action.createInObjectManager(request['id'], request) [ABOVE IS ALL ON ONE LINE..... Action is a class within myProduct] this will create the object... Then it *should* run the return routine..... Hope this helps..... Bill