Re: [Zope] Odd results of '../index_html' in Zope2(cvs)
Bill Anderson <bill.anderson@libc.org> writes:
Ok, trying to make a 'move up one level' link, to allow the user to move back up the url tree one level.
Thus, if user is in "/Members/ucntcme/Projects" and click on the link, they should be looking at "/Members/ucntcme/index_html" page. Unfortunately, it seems to be going up *two* levels, and seeing "/Members/index_html".
Any ideas on why?
Hmmmmmmmmmmm. Have your tried '<!--#var URL2-->/index_html'? -Michel PS: The .. should work, however, note that /x/y/../z may look like /x/z it is really /x/y/../z, meaning that the 'path of aquisition' still goes through y before it gets to x. This could be fouling you.
michel@digicool.com wrote:
Bill Anderson <bill.anderson@libc.org> writes:
Ok, trying to make a 'move up one level' link, to allow the user to move back up the url tree one level.
Thus, if user is in "/Members/ucntcme/Projects" and click on the link, they should be looking at "/Members/ucntcme/index_html" page. Unfortunately, it seems to be going up *two* levels, and seeing "/Members/index_html".
Any ideas on why?
Hmmmmmmmmmmm.
Have your tried '<!--#var URL2-->/index_html'?
Gives me: KeyError: URL2 I need to clarify my last post on this one, the 'up one level' link sits *outside* of the tree tag. Bill
participants (2)
-
Bill Anderson -
michel@digicool.com