17 Oct
2000
17 Oct
'00
2:52 p.m.
Hi ! I want to execute all the dtml documents contain in a folder. I use the dtml-in tag <dtml-in "Applications.objectValues('DTML Document')"> <dtml-var id> </dtml-in> But I was only able to print the name of the dtml document, how can I execute the script write in the dtml document ? thks a lot for your answer. david
17 Oct
17 Oct
3 p.m.
New subject: [Zope] dtml-in
dsergent@imexpert.com wrote:
But I was only able to print the name of the dtml document, how can I execute the script write in the dtml document ?
The following should do it: <dtml-in "Applications.objectValues('DTML Document')"> <dtml-var sequence-item> </dtml-in> cheers, Chris
9302
Age (days ago)
9302
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
dsergent@imexpert.com