call a product from index_html
Hi, Is there a way to call products from index_html? 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? Thanks. Larry McDonnell Proton Energy Systems 10 Technology Drive Wallingford, CT 06492 (203) 678-2181 Email:lmcdonnell@protonenergy.com www.protonenergy.com
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
participants (2)
-
Dieter Maurer -
McDonnell, Larry