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.22 -r1.23 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 10 Oct 2003 12:00:38 -0000 1.22 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 15 Oct 2003 12:35:51 -0000 1.23 @@ -11,6 +11,8 @@ # http://www.fsf.org/copyleft/gpl.html # Commands for managing dynamic templated forms. +namespace eval template {} +namespace eval template::form {} ad_proc -public form {command args} { form is really template::form although when in