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 -r1.174 -r1.175 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 Sep 2008 19:04:40 -0000 1.174 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 24 Sep 2008 09:57:13 -0000 1.175 @@ -1265,16 +1265,11 @@ $root appendFromScript { # append category fields foreach f $form_fields { + #my msg "[$f name]: is wym? [$f has_instance_variable editor wym]" if {[string match "__category_*" [$f name]]} { $f render_item } elseif {[$f has_instance_variable editor wym]} { set submit_button_class "wymupdate" - } elseif {[$f istype "::xowiki::CompoundField"]} { - foreach c [$f components] { - if {[$c istype "::xowiki::formfield::richtext::wym"]} { - set submit_button_class "wymupdate"; break - } - } } }