Hello, here is my problem : 2 folders in the root directory : /site /site_html_header /entrep /site_html_header /ressources /content /Etudes /test I want to use the url : /site/entrep/ressources/content/Etudes/test and use in /test the site_html_header of /entrep. When I use this url it use the site_html_header of /site. What can i do to have the acquisition working from /ressources to /site order instead ? Jean-Pascal Robiez _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Jean-Pascal Robiez writes:
.... 2 folders in the root directory :
/site /site_html_header /entrep /site_html_header /ressources
/content /Etudes /test
I want to use the url : /site/entrep/ressources/content/Etudes/test and use in /test the site_html_header of /entrep. When I use this url it use the site_html_header of /site.
What can i do to have the acquisition working from /ressources to /site order instead ? Nothing:
Acquisition looks names up according to "Containment before Context". More details: * searchable mailing list archives, * Zope book * Zope Developper Guide * URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html Dieter
participants (2)
-
Dieter Maurer -
Jean-Pascal Robiez