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.18 -r1.19 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 22 Sep 2003 18:03:48 -0000 1.18 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 24 Sep 2003 15:14:50 -0000 1.19 @@ -632,6 +632,11 @@ Typically used when processing the form submission to prepare for DML or other type of transaction. + NB! This proc must always be called through "form get_values" + or "template::form get_values", or it won't be able to find + the variable. + + @param id The form identifier @param args A list of element identifiers. If the list is empty, retrieve all form elements @@ -730,6 +735,10 @@ source from database and pass the resulting array reference to set_values for setting default values in an update form. + NB! This proc must always be called through "form set_values" + or "template::form set_values", or it won't be able to find + the variable. + @param id The form identifier @param array_ref The name of a local array variable whose keys correspond to element identifiers in the form