[ZWeb] btree folder questions
ethan mindlace fremen
mindlace@digicool.com
Tue, 26 Sep 2000 10:54:39 -0400
Shane Hathaway wrote:
> > > Right. There are two kinds of BTreeFolders and Jim wanted the one with
> > > no __getattr__. That meant I had to move all of the DTML methods and
> > > External Methods out of /Members and into the root. :-/
Why don't we want a BTreeFolder with __getattr__ ? Isn't that something
expected of folderish things?
If I'm iterating over the member folder, I want to do
<dtml-in "objectIds()"> insted of objectValues? does objectIds even
exist?
~ethan