[Zope] call a product from index_html

Dieter Maurer dieter@handshake.de
Mon, 24 Mar 2003 19:57:51 +0100


McDonnell, Larry wrote at 2003-3-24 08:43 -0500:
 > Is there a way to call products from index_html?

"Calling a product" seems wrong terminology.

I expect, you mean "access a product", e.g. to construct an instance
of one of its classes. This looks like

   someObjectManager.manage_addProduct[ProductName].....

       
 > I am looking to use
 > ExtFile. The product is what I want but I want to avoid users having to log
 > into the management interface. Can this be done?

Read about proxie roles in the Zope Book (2.6. edition).


Dieter