23 Sep
1999
23 Sep
'99
7:23 a.m.
Evan, Well you answered my question. I had'nt read your mail when I fired off that response to Martjin. Thanks!
Instead of the above, do this:
<dtml-in things> <input type="hidden" name="things:list" value="<dtml-var sequence-item>">
</dtml-in>
or this (if your things *never* contain newlines)
<input type="hidden" name="things:lines" values="<dtml-var "_.string.join(things, '\n')">">
Jason Spisak webmaster@hiretechs.com