[Zope] - fsimport recursion error or my error?

Gabe Wachob gwachob@findlaw.com
Fri, 15 Jan 1999 15:52:56 -0800


"Fitzgerald Steele, Jr." wrote:

> I asked fsimport (mostly unmodified -- I added a couple MIME TYPES) to bring in
> a directory of images and vrml files and just display the tree
>
> <!--#tree branches=objectValues-->
>   <IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->">
>   <!--#var id-->
> <!--#/tree-->
> <UL>
> <A HREF="http://rosie.win:9673/RSI/fsimport?fsdir=F:\Zope\Data">Update
> Images</A>
> </UL>
>
> fsimport reads the file structure. The strange thing is that is shows each file
> with the file/image icon, but gives a + like its a directory.  When you click on
> the file, it gives the ENTIRE tree again as a subdirectory.  Are we using #tree
> incorrectly?

I asked about this earlier in the week (the problem with the File object). There is
an entry in the bugs database on zope.org that sounds like what we are talking
about -- it says "under review" (which I guess means they don't have any response
yet). I'm pretty sure its a bug (or else the File object is defined very
strangely).

I think two times in a week makes this a FAQ...

    -Gabe