Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 16 Jul 2003 23:13:04 -0000 1.14 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 22 Sep 2003 13:47:35 -0000 1.15 @@ -348,7 +348,6 @@ # if the element is optional and the value is an empty string, then ignore if { $is_optional && [string equal [lindex $values 0] {}] } { - set values [list] # also clobber the value(s) for a submit widget