Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 22 Sep 2003 19:55:30 -0000 1.10 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 15 Oct 2003 12:35:51 -0000 1.11 @@ -9,6 +9,11 @@ # License. Full text of the license is available from the GNU Project: # http://www.fsf.org/copyleft/gpl.html +namespace eval template {} +namespace eval template::data {} +namespace eval template::data::validate {} +namespace eval template::data::transform {} + ad_proc -public template::data::validate { type value_ref message_ref } { This proc invokes the validation code for a given type.