15 May
2001
15 May
'01
3:46 p.m.
From: Oleg Broytmann <phd@phd.fep.ru>
It seems there are problems with it. I have no idea whether these problem are caused by bugs or what. Try making it DTML Method, and include your FormattedDocument with dtml-var.
You'd think that if I made a DTML Method with just the line <dtml-var index_ft> or perhaps <dtml-return index_ft> (where I renamed my FormattedDocument index_ft), it would work but this is what seems to do it: <dtml-with index_ft> <dtml-return index_html> </dtml-with> in a DTML method called index_html. Try it.... What's the deal? FormattedDocument is acting like a folder??