Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.53 -r1.54 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 12 May 2005 20:24:39 -0000 1.53 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 12 Dec 2005 09:56:14 -0000 1.54 @@ -646,7 +646,9 @@ # checks. We implement this by building a global list of validation elements global af_validate_elements - set af_validate_elements($form_name) [list] + if { !$extends_p } { + set af_validate_elements($form_name) [list] + } if { [info exists validate] } {