[Zope] Re: Is there a "Virtual Folder" Product??

Dieter Maurer dieter@handshake.de
Tue, 31 Jul 2001 20:58:10 +0200 (CEST)


Mate' Sztipanovits writes:
 > Once I have created a Zope Product in my Control Panel and after I added a
 > Factory inside this product, how then do i add this product within
 > some other Zope folder in my Zope Root. i have gotten to the point of
 > seeing this product on the product list and upon adding it Zope Prompted me
 > for a login to which my main zope admin (main zope installation user) login
 > did not work.
You speak of my "MFolder"?

  Then, it is not expected that you add a factory inside the
  product. It brings its own factory with it (like
  any Python product).

  I assume (though I am not sure) that your problem comes from
  the fact that your new factory is protected by a non-existing
  permission.


Dieter