[Zope] Folders crisis

Bill Anderson bill.anderson@libc.org
Thu, 19 Aug 1999 19:44:59 -0600


Andreas Kostyrka wrote:
> 
> On Thu, 19 Aug 1999, Arnaud Lecat wrote:
> 
> > Hi
> >
> > How can I retreive the name of current folder ? BASEn, URLn all retreive
> In a method, with
> <dtml-var id>
> in a document, with
> <dtml-with PARENT[0]><dtml-var id></dtml-with>

Actually:
<dtml-with "PARENTS[0]"> <dtml-var is> </dtml-with>

The first one gives a KeyError Exception.

--

Bill