Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 1 Nov 2003 08:45:37 -0000 1.25 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 11 Dec 2003 21:39:57 -0000 1.26 @@ -343,9 +343,6 @@ template::code::adp::$file_stub - # unprotect registered tags and variable references - set __adp_output [string map { ~ < + @ } $__adp_output] - return $__adp_output } @@ -745,9 +742,7 @@ foreach name [array names values] { - template::element set_properties $id $name -value $values($name) - # Resolve single value / multiple value issues ? - template::element set_properties $id $name -values [list $values($name)] + template::element set_value $id $name $values($name) } }