[Zope] Odd results of '../index_html' in Zope2(cvs)
Bill Anderson
bill.anderson@libc.org
Fri, 02 Jul 1999 22:36:45 -0600
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