[Zope] call a product from index_html

McDonnell, Larry lmcdonnell@protonenergy.com
Tue, 25 Mar 2003 08:33:29 -0500


Thanks Dieter, I'll check 2.6 out.

-----Original Message-----
From: Dieter Maurer [mailto:dieter@handshake.de]
Sent: Monday, March 24, 2003 1:58 PM
To: McDonnell, Larry
Cc: 'Zope@Zope. Org' (E-mail)
Subject: Re: [Zope] call a product from index_html


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