Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.129 -r1.130 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Feb 2008 15:20:00 -0000 1.129 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Feb 2008 02:18:35 -0000 1.130 @@ -575,6 +575,8 @@ } } + #my msg "containers = [array names containers]" + # # In a second iteration, combine the values from the components # of a container to the value of the container. @@ -584,10 +586,12 @@ __* {} _* { set f [my lookup_form_field -name $c $form_fields] + set processed($c) 1 my set [string range $c 1 end] [$f value] } default { set f [my lookup_form_field -name $c $form_fields] + set processed($c) 1 #my msg "compute value of $c" set __ia($c) [$f value] #my msg "__ia($c) is set to '[$f value]'"