17 Jul
2003
17 Jul
'03
7:31 p.m.
Julian Clark wrote at 2003-7-17 08:20 +0800:
or should I say Hallo :List =)
I'm trying to work out how to do, or even if it is possible, to handle two :lists within nested in statements...
How would I make this reference the correct lists.
<!--#in amountlist --> <!--#in marketinglist -->
Look at the "dtml-in"s "prefix" attribute. By the way, the old "<!-- ... -->" syntax hurts my eyes. I much prefer the modern "<dtml-XXX>" syntax. I like even more ZPT and Python Scripts and nowadays use DTML only in special cases (for CSS, JavaScript, SQL, Emails). Dieter