11 Mar
1999
11 Mar
'99
3:28 p.m.
On Thu, 11 Mar 1999, Wiebe Kunst wrote:
A DTML document (index_html) has a property art1 which has an ID for another DTML document as value (type: string). In index_html I use: <!--#var "_[_[('art1')]]"--> which renders the article. I can of course use
I haven't tried it myself but is this what you tried? <!--# var "_.getitem(_['art1'],0).whateverproperty"--> Pavlos