[Zope-dev] Document Properties
   
    Andre Schubert
     
    andre.schubert@geyer.kabeljournal.de
       
    Fri, 10 Nov 2000 11:53:17 +0100
    
    
  
Hi,
i have a problem with using properties from dtml documents.
I have a sql method with the following code:
select * from foo where bar = <dtml-var bar>
If i have 5 folders with different properties for bar and inside these
folders are dtml methods named as index_html then i get five different
results.
But if have 5 dtml documents with 5 different properties bar i doesn't
work. Who can tell me why it doesn't work and how i can make it working.
thanks