Hi, how to make a Zope 2 Instance of an object that has an adding view with a call method def __call__(self, add_input_name='', domain_class='', title='', submit_add=''): The following code doues not work: obj = current_object new = obj.manage_addProduct['alchemist'].add-container(x,x,x) Dennis