10 Nov
2000
10 Nov
'00
10:53 a.m.
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