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.30.2.3 -r1.30.2.4 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 21 Nov 2008 13:26:32 -0000 1.30.2.3 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 26 Nov 2008 23:10:30 -0000 1.30.2.4 @@ -600,7 +600,7 @@ } } else { set name [[self]::__bulkactions set __identifier] - html::form -name $name { + html::form -name $name -method POST { html::table -class [my set css.table-class] { my render-actions my render-body @@ -906,4 +906,4 @@ } return $result } -} \ No newline at end of file +}