Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.91 -r1.368.2.92 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Jun 2021 15:31:15 -0000 1.368.2.91 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Jun 2021 19:42:23 -0000 1.368.2.92 @@ -2791,10 +2791,12 @@ } else { :log validation_errors=$validation_errors # - # There were validation errors. Reset the value of form-fields. + # There were validation errors. Reset the value of form-fields + # which have to be reset on validation errors due to browser + # semantics. # foreach f $form_fields { - $f reset_to_default + $f reset_on_validation_error } }