[Zope] Re: Preserving Context
Jonathan
dev101 at magma.ca
Tue Dec 12 13:41:53 EST 2006
traverse_subpath works for me just fine. if you placed the 'tst' python script in your root folder (and this script contains the line "return str(traverse_subpath)" ) you should get:
http:/your.web.site/tst -> should return an empty list []
http:/your.web.site/tst/folderA -> should return: ['folderA']
http:/your.web.site/tst/folderB/folderC -> should return ['folderB', 'folderC']
What version of zope are you running? (I am running zope 2.9.2 on a linux box).
Jonathan
----- Original Message -----
From: Javier Subervi
To: zope at zope.org
Sent: Tuesday, December 12, 2006 1:16 PM
Subject: [Zope] Re: Preserving Context
752
From: Jonathan <dev101 at ...109>
>In your root folder you could have a script that accesses the ZCatalog which can >be called from any subfolder and can tell where it was called from... try the >following: create a python script (tst) in your root folder that contains the >following code:
>
>return str(traverse_subpath)
>
>then invoke this script file as followings:
>
>http:/your.web.site/tst
>http:/your.web.site/tst/folderA
>http:/your.web.site/tst/folderB/folderC
>
>(substitute your own subfolders as required)
You're going to be disappointed, but whenever I substituted in any number of valid folders, I got the same result:
[]
an empty set!
TIA,
Javier
------------------------------------------------------------------------------
Have a burning question? Go to Yahoo! Answers and get answers from real people who know.
------------------------------------------------------------------------------
_______________________________________________
Zope maillist - Zope at zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20061212/ac90dd61/attachment.htm
More information about the Zope
mailing list