Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 13 Oct 2003 11:21:07 -0000 1.27 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 15 Oct 2003 12:35:51 -0000 1.28 @@ -9,6 +9,12 @@ # This is free software distributed under the terms of the GNU Public # 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::widget {} +namespace eval template::data {} +namespace eval template::data::transform {} + ad_proc -public template::widget {} { The template::widget namespace contains the code for the various input widgets.