[Zope] Re: #tree tag problem
Ty Sarna
tsarna@endicor.com
6 May 1999 23:32:33 GMT
In article <926022059.791420@fezzik.endicor.com>,
Ty Sarna <tsarna@endicor.com> wrote:
> I have a DTML Method "test" at .../foo/test. It contains a tree tag.
> Clicking on the icons to expand or contract the tree, I end up at
> .../foo/test/test?tree-c=....
OK. Turns out this is a netscape caching bug. Somehow Netscape decided
at some point that test was a folder, so going to:
.../foo/test/test
Instead actually became:
.../foo/test/test/
And this screwed up the relative URL's, of course. The answer, thanks to
Kent Polk, is to flush caches in Netscape, and suddenly everything works.