Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.248 -r1.249 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 5 Jun 2008 20:28:59 -0000 1.248 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 5 Jun 2008 20:32:15 -0000 1.249 @@ -1256,17 +1256,15 @@ -name:required form_fields } { - #my msg "form_fields=$form_fields, search for $name" my form_field_index $form_fields set key ::_form_field_names($name) - #my msg "FOUND($name)=[info exists $key]" if {[info exists $key]} { return [set $key] } # # We have here a non-existing form-field. Maybe the entry in the - # form was dynamically created... + # form was dynamically created, so we create it here on the fly... # # For forms with variable numbers of entries, we allow wild-cards # in the field-names of the form constraints.