RE:RE: [Zope] How do I get product to return other than ZMI page?
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
Hello, Thanks for all the answers...I'll be offline for a week or so and will try all this out when I get 'back'. cheers, John S. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
participants (2)
-
Bill Hewitt -
John Schinnerer