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.31 -r1.32 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 17 May 2004 15:14:57 -0000 1.31 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 28 Feb 2005 01:28:25 -0000 1.32 @@ -120,6 +120,12 @@ } { set level [template::adp_level] + # bump the form_count for widgets that use javascript to navigate through + # the form (liberated from my Greenpeace work ages ago) + + global ad_conn + incr ad_conn(form_count) + # keep form properties and a list of the element items upvar #$level $id:elements elements $id:properties opts