Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -r1.56 -r1.57 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 15 Jun 2015 19:34:27 -0000 1.56 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 26 Jun 2015 08:17:07 -0000 1.57 @@ -805,7 +805,7 @@ set name [my name] set value [$line set [my id]] html::input -type checkbox -name $name -value $value \ - -id "$name---$value" \ + -id "$name---[string map {/ _} $value]" \ -title "Mark/Unmark this row" } @@ -833,7 +833,7 @@ } } else { set name [[self]::__bulkactions set __identifier] - html::form -name $name { + html::form -name $name -action "" { html::div -class table { html::table -class [my set css.table-class] {my render-body} my render-bulkactions