Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.485.2.36 -r1.485.2.37 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Nov 2016 10:00:57 -0000 1.485.2.36 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Nov 2016 10:15:17 -0000 1.485.2.37 @@ -2768,6 +2768,10 @@ set f $::_form_field_names($name) append fields " $name\t[$f info class]\t [$f spec]\n" } + append fields "Repeat container:\n" + foreach f [::xowiki::formfield::repeatContainer info instances] { + append fields "$f\t[$f name]\t [$f spec]\n" + } ns_log notice "dynamic repeat field $msg: fields & specs:\n$fields" }