[Zope-CMF] Adding acquisition containers to a CMF object.
Dieter Maurer
dieter@handshake.de
Fri, 29 Jun 2001 20:45:20 +0200 (CEST)
Kent Polk writes:
> Dieter Maurer wrote:
> Basically, how do you perform the equivalent of adding a folder
> component to the URL without having it in the URL? When looking
> for suggestings,
* You can use a SiteAccess AccessRule to put it into the
URL for traversal purposes only.
* You can look how "TransparentFolder" does its magic
(it manipulates the acquisition context in a way, that
its content appears to be the content of the containing
folder).
Dieter