18 Dec
2000
18 Dec
'00
11:39 p.m.
After some newbie researching I found that whenever I want to retrieve a propertie from a dtml document I must use this: <dtml-var "thedocument.thepropertie"> If thedocument is index_html or whatever_html it works fine, but how could I retrieve a propertie from a document named whatever.html? We need to use the .html extension for every document because we want to mirror the site using WGET, leaving the automation just on the production stages, in order to upload static pages to our remote server. Any comment? Ausum